| Index: chrome/installer/util/channel_info.h
|
| diff --git a/chrome/installer/util/channel_info.h b/chrome/installer/util/channel_info.h
|
| index 76bb255b6577012e2724b33e2c64bf07de3cfb85..331f3141aed44629560286158f5057db195dd543 100644
|
| --- a/chrome/installer/util/channel_info.h
|
| +++ b/chrome/installer/util/channel_info.h
|
| @@ -37,12 +37,6 @@ class ChannelInfo {
|
| return value_ == other.value_;
|
| }
|
|
|
| - // Determines the update channel for the value. Possible |channel_name|
|
| - // results are the empty string (stable channel), "beta", and "dev". Returns
|
| - // false (without modifying |channel_name|) if the channel could not be
|
| - // determined.
|
| - bool GetChannelName(base::string16* channel_name) const;
|
| -
|
| // Returns true if the -chrome modifier is present in the value.
|
| bool IsChrome() const;
|
|
|
|
|