| Index: chrome/installer/util/installation_validator.cc
|
| diff --git a/chrome/installer/util/installation_validator.cc b/chrome/installer/util/installation_validator.cc
|
| index 2875beb4045b5f1f0bf90bb4d1b9a339bcd0f9df..da154d75038b40774021bae88a770cad9dc5edc6 100644
|
| --- a/chrome/installer/util/installation_validator.cc
|
| +++ b/chrome/installer/util/installation_validator.cc
|
| @@ -382,8 +382,6 @@ void InstallationValidator::ValidateQuickEnableApplicationHostCommand(
|
| std::string(switches::kSystemLevel), false));
|
| expected.push_back(std::make_pair(
|
| std::string(switches::kMultiInstall), true));
|
| - expected.push_back(std::make_pair(
|
| - std::string(switches::kEnsureGoogleUpdatePresent), true));
|
|
|
| ValidateCommandExpectations(ctx, cmd_line, expected, name, is_valid);
|
|
|
|
|