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

Unified Diff: chrome/installer/util/installation_validator.cc

Issue 14031025: Implementing unified Chrome / App Launcher flow, and migrating old stand-alone App Launcher. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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 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);

Powered by Google App Engine
This is Rietveld 408576698