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 9f9ccad03f7c705cd2adefa9537e5e05674cd275..9d2eaa660294b84941309e2057ffcfe1bee1188d 100644 |
| --- a/chrome/installer/setup/install_worker.cc |
| +++ b/chrome/installer/setup/install_worker.cc |
| @@ -188,7 +188,7 @@ void AddInstallAppCommandWorkItems(const InstallerState& installer_state, |
| } else { |
| CommandLine cmd_line( |
| installer_state.target_path().Append(installer::kChromeAppHostExe)); |
| - cmd_line.AppendSwitchASCII(::switches::kAppsInstallFromManifestURL, "%1"); |
| + cmd_line.AppendSwitchASCII(::switches::kInstallFromWebstore, "%1"); |
|
gab
2012/09/18 16:44:21
According to the comments on those switches: kApps
asargent_no_longer_on_chrome
2012/09/18 16:59:14
This code was written in advance of chrome actuall
|
| AppCommand cmd(cmd_line.GetCommandLineString()); |
| cmd.set_sends_pings(true); |