| 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.
|
|
|