Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Unified Diff: chrome/installer/util/channel_info.h

Issue 6288009: More installer refactoring in the interest of fixing some bugs and cleaning t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 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;

Powered by Google App Engine
This is Rietveld 408576698