| Index: chrome/installer/util/channel_info.h
|
| ===================================================================
|
| --- chrome/installer/util/channel_info.h (revision 72487)
|
| +++ chrome/installer/util/channel_info.h (working copy)
|
| @@ -41,6 +41,10 @@
|
| // determined.
|
| bool GetChannelName(std::wstring* channel_name) const;
|
|
|
| + // Returns true if this object and |other| have a common base (that which
|
| + // remains when all modifiers and suffixes are omitted).
|
| + bool EqualsBaseOf(const ChannelInfo& other) const;
|
| +
|
| // Returns true if the -CEEE modifier is present in the value.
|
| bool IsCeee() const;
|
|
|
|
|