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

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

Issue 10919321: Installer changes for app host to support command line install from webstore (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/installer/util/installation_validator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/installer/util/installation_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698