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

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

Issue 10957016: Ensuring Google Update at user-level is installed alongside App Host, for the quick-enable App Host… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/install_worker.cc
diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc
index 9d2eaa660294b84941309e2057ffcfe1bee1188d..eb211bb74ca669e503ed38739cb1fd0db081af6e 100644
--- a/chrome/installer/setup/install_worker.cc
+++ b/chrome/installer/setup/install_worker.cc
@@ -1547,6 +1547,7 @@ void AddQuickEnableApplicationHostWorkItems(
CommandLine cmd_line(CommandLine::NO_PROGRAM);
cmd_line.AppendSwitch(switches::kMultiInstall);
cmd_line.AppendSwitch(switches::kChromeAppHost);
+ cmd_line.AppendSwitch(switches::kEnsureGoogleUpdateInstalled);
grt (UTC plus 2) 2012/09/20 17:58:51 should the validator not check for this?
huangs 2012/09/21 01:43:14 Done, changed in installation_validator.cc.
// For system-level binaries there is no way to keep the command state in sync
// with the installation/uninstallation of the Application Host (which is

Powered by Google App Engine
This is Rietveld 408576698