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

Unified Diff: chrome/browser/extensions/api/record/record_api.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/browser/extensions/api/record/record_api.cc
diff --git a/chrome/browser/extensions/api/record/record_api.cc b/chrome/browser/extensions/api/record/record_api.cc
index b3813163f2abb9e6892482221e6e28c886c8ca75..69ed57b1d0d3b6ed4b306389f8211190264e5127 100644
--- a/chrome/browser/extensions/api/record/record_api.cc
+++ b/chrome/browser/extensions/api/record/record_api.cc
@@ -105,7 +105,7 @@ void RunPageCyclerFunction::RunTestBrowser() {
line.AppendSwitchPath(switches::kUserDataDir, user_data_dir_);
// Test browsers must run as if they are not in first-run mode
- line.AppendSwitch(switches::kNoFirstRun);
+ line.AppendSwitch(switches::kSkipFirstRun);
// Create and fill a temp file to communicate the URL list to the test
// browser.

Powered by Google App Engine
This is Rietveld 408576698