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