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

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

Issue 10957016: Ensuring Google Update at user-level is installed alongside App Host, for the quick-enable App Host… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing nits. 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_unittest.cc
diff --git a/chrome/installer/util/installation_validator_unittest.cc b/chrome/installer/util/installation_validator_unittest.cc
index e3ce57c22fd98f41cbebdd9a22310dfda47c4331..c3b03a3b20a5886c799148eb3fd643551f29c0c4 100644
--- a/chrome/installer/util/installation_validator_unittest.cc
+++ b/chrome/installer/util/installation_validator_unittest.cc
@@ -214,6 +214,7 @@ void FakeProductState::AddQuickEnableApplicationHostCommand(
channel_modifiers));
cmd_line.AppendSwitch(installer::switches::kMultiInstall);
cmd_line.AppendSwitch(installer::switches::kChromeAppHost);
+ cmd_line.AppendSwitch(installer::switches::kEnsureGoogleUpdatePresent);
AppCommand app_cmd(cmd_line.GetCommandLineString());
app_cmd.set_sends_pings(true);
app_cmd.set_is_web_accessible(true);

Powered by Google App Engine
This is Rietveld 408576698