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

Unified Diff: chrome/test/base/test_launcher_utils.cc

Issue 21150006: Introduce --cancel-first-run and reduce the strength of --no-first-run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add first_run::IsFirstRunSuppressed() Created 7 years, 5 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/test/base/test_launcher_utils.cc
diff --git a/chrome/test/base/test_launcher_utils.cc b/chrome/test/base/test_launcher_utils.cc
index fac13af854c729d4321c9c0fdeddc4449781a2ec..7e99756ebce3dd90c674ffd527fb1dfb0112a58f 100644
--- a/chrome/test/base/test_launcher_utils.cc
+++ b/chrome/test/base/test_launcher_utils.cc
@@ -29,7 +29,7 @@ void PrepareBrowserCommandLineForTests(CommandLine* command_line) {
command_line->AppendSwitch(switches::kDisablePreconnect);
// Don't show the first run ui.
- command_line->AppendSwitch(switches::kNoFirstRun);
+ command_line->AppendSwitch(switches::kSkipFirstRun);
// No default browser check, it would create an info-bar (if we are not the
// default browser) that could conflicts with some tests expectations.

Powered by Google App Engine
This is Rietveld 408576698