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

Unified Diff: chrome/test/page_cycler/page_cycler_test.cc

Issue 7329007: Don't perform the default browser check when running the page cycler. This (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698