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

Unified Diff: chrome/test/webdriver/webdriver_automation.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/webdriver/webdriver_automation.cc
diff --git a/chrome/test/webdriver/webdriver_automation.cc b/chrome/test/webdriver/webdriver_automation.cc
index 7ecff746128a8992e952b6d0b4fe748368eb07f7..40bc51e563e9807bf0e21ad0d66c4ff7fb522d0b 100644
--- a/chrome/test/webdriver/webdriver_automation.cc
+++ b/chrome/test/webdriver/webdriver_automation.cc
@@ -363,7 +363,7 @@ void Automation::Init(
switches::kDomAutomationController,
switches::kFullMemoryCrashReport,
switches::kNoDefaultBrowserCheck,
- switches::kNoFirstRun,
+ switches::kSkipFirstRun,
switches::kDisableBackgroundNetworking,
switches::kDisableSync,
switches::kDisableTranslate,

Powered by Google App Engine
This is Rietveld 408576698