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

Unified Diff: chrome/installer/setup/installer_crash_reporter_client.cc

Issue 2619323003: Remove uses of BrowserDistribution::CHROME_BINARIES in installer_util. (Closed)
Patch Set: 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/installer/setup/installer_crash_reporter_client.cc
diff --git a/chrome/installer/setup/installer_crash_reporter_client.cc b/chrome/installer/setup/installer_crash_reporter_client.cc
index 2bbe994b96a968e4910f48eb53199cf0a51ecdce..44ef73b0405daea79525fb1dde92a8a47299c0b4 100644
--- a/chrome/installer/setup/installer_crash_reporter_client.cc
+++ b/chrome/installer/setup/installer_crash_reporter_client.cc
@@ -55,8 +55,8 @@ void InstallerCrashReporterClient::GetProductNameAndVersion(
*version = L"0.0.0.0-devel";
}
- GoogleUpdateSettings::GetChromeChannelAndModifiers(
- !GetIsPerUserInstall(exe_path), channel_name);
+ *channel_name =
+ GoogleUpdateSettings::GetChromeChannel(!GetIsPerUserInstall(exe_path));
}
bool InstallerCrashReporterClient::ShouldShowRestartDialog(

Powered by Google App Engine
This is Rietveld 408576698