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

Unified Diff: chrome/common/channel_info_win.cc

Issue 2619323003: Remove uses of BrowserDistribution::CHROME_BINARIES in installer_util. (Closed)
Patch Set: sync to position 442533 Created 3 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/common/channel_info_win.cc
diff --git a/chrome/common/channel_info_win.cc b/chrome/common/channel_info_win.cc
index 49fc492ae03bdf88a52d1de87bd4bca9d9f7fd48..b4fb9833988f1d1a098c5578c19347d0bd74914d 100644
--- a/chrome/common/channel_info_win.cc
+++ b/chrome/common/channel_info_win.cc
@@ -29,8 +29,7 @@ std::string GetChannelString() {
base::string16 channel;
if (PathService::Get(base::FILE_MODULE, &module)) {
bool is_system_install = !InstallUtil::IsPerUserInstall(module);
- GoogleUpdateSettings::GetChromeChannelAndModifiers(is_system_install,
- &channel);
+ channel = GoogleUpdateSettings::GetChromeChannel(is_system_install);
}
#if defined(SYZYASAN)
if (base::debug::IsBinaryInstrumented())
« no previous file with comments | « chrome/browser/google/google_update_win.cc ('k') | chrome/installer/setup/installer_crash_reporter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698