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

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

Issue 7464038: Clean up page_cycler_test.cc: (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
diff --git a/chrome/test/page_cycler/page_cycler_test.cc b/chrome/test/page_cycler/page_cycler_test.cc
index 454365ca4bc7413dc63dbf8315adbb106f0762fc..393f13cc93513d4265d1870d104456f8435c7626 100644
--- a/chrome/test/page_cycler/page_cycler_test.cc
+++ b/chrome/test/page_cycler/page_cycler_test.cc
@@ -137,11 +137,6 @@ class PageCyclerTest : public UIPerfTest {
// Expose garbage collection for the page cycler tests.
launch_arguments_.AppendSwitchASCII(switches::kJavaScriptFlags,
"--expose_gc");
- launch_arguments_.AppendSwitch(switches::kNoDefaultBrowserCheck);
- }
-
- void SetUp() {
- UIPerfTest::SetUp();
}
virtual FilePath GetDataPath(const char* name) {
« 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