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

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

Issue 2476573004: Use InstallDetails in installer_util. (Closed)
Patch Set: sync to position 451835 Created 3 years, 10 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
« no previous file with comments | « chrome/installer/util/beacons_unittest.cc ('k') | chrome/installer/util/channel_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/installer/util/beacons_unittest.cc ('k') | chrome/installer/util/channel_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698