| 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",
|
|
|