Chromium Code Reviews| Index: chrome/test/page_cycler/page_cycler_test.cc |
| =================================================================== |
| --- chrome/test/page_cycler/page_cycler_test.cc (revision 91427) |
| +++ chrome/test/page_cycler/page_cycler_test.cc (working copy) |
| @@ -137,6 +137,7 @@ |
| // Expose garbage collection for the page cycler tests. |
| launch_arguments_.AppendSwitchASCII(switches::kJavaScriptFlags, |
| "--expose_gc"); |
| + launch_arguments_.AppendSwitch(switches::kNoDefaultBrowserCheck); |
|
Paweł Hajdan Jr.
2011/07/19 20:32:16
Is this needed? I think test_launcher_utils alread
abarth-chromium
2011/07/19 21:34:37
This CL can be reverted. It didn't help.
Paweł Hajdan Jr.
2011/07/21 18:28:27
Okay, I'm doing that: http://codereview.chromium.o
|
| } |
| void SetUp() { |