Index: chrome/installer/util/channel_info.h |
=================================================================== |
--- chrome/installer/util/channel_info.h (revision 71802) |
+++ chrome/installer/util/channel_info.h (working copy) |
@@ -41,6 +41,10 @@ |
// determined. |
bool GetChannelName(std::wstring* channel_name) const; |
+ // Returns true if |this| and |other| have a common base (that which remains |
+ // when all modifiers and suffixes are omitted). |
robertshield
2011/01/20 23:36:34
|this| is somewhat unconventional. Replace with "t
grt (UTC plus 2)
2011/01/21 05:27:51
Done.
|
+ bool EqualsBaseOf(const ChannelInfo& other) const; |
+ |
// Returns true if the -CEEE modifier is present in the value. |
bool IsCeee() const; |