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

Unified Diff: chrome/installer/util/google_chrome_distribution.cc

Issue 6490008: Fix user-to-system-level installation delegation. This looks to have been bro... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
Index: chrome/installer/util/google_chrome_distribution.cc
===================================================================
--- chrome/installer/util/google_chrome_distribution.cc (revision 73979)
+++ chrome/installer/util/google_chrome_distribution.cc (working copy)
@@ -686,9 +686,8 @@
bool system_level_toast = CommandLine::ForCurrentProcess()->HasSwitch(
installer::switches::kSystemLevelToast);
- std::wstring cmd(InstallUtil::GetChromeUninstallCmd(
- system_level_toast, this));
-
+ CommandLine cmd(InstallUtil::GetChromeUninstallCmd(system_level_toast,
+ GetType()));
base::LaunchApp(cmd, false, false, NULL);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698