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

Unified Diff: chrome/installer/util/installation_validator.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
Index: chrome/installer/util/installation_validator.cc
diff --git a/chrome/installer/util/installation_validator.cc b/chrome/installer/util/installation_validator.cc
index cbb6c0075d1943e9898f07543b7b56049c7c0ec1..206eb5003c35353ff42b47b24f6a818c12cbbcbb 100644
--- a/chrome/installer/util/installation_validator.cc
+++ b/chrome/installer/util/installation_validator.cc
@@ -224,7 +224,7 @@ void InstallationValidator::ValidateInstallAppCommand(
SwitchExpectations expected;
expected.push_back(
- std::make_pair(std::string(::switches::kAppsInstallFromManifestURL),
+ std::make_pair(std::string(::switches::kInstallFromWebstore),
true));
ValidateCommandExpectations(ctx, the_command, expected, "install application",
« chrome/installer/setup/install_worker.cc ('K') | « chrome/installer/setup/install_worker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698