Chromium Code Reviews| 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 |