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); |
// 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 |