| 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..b320f1cd15395b5ed40144f2c229d80d6ca0b71a 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::kEnsureGoogleUpdatePresent);
|
|
|
| // 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
|
|
|