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

Unified Diff: chrome/test/base/in_process_browser_test.cc

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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
Index: chrome/test/base/in_process_browser_test.cc
diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
index ba8bfbcf0e0b9a65a73288ce903aa813a683e2b1..48e2607c990991b1f754734c344ade1d00edf921 100644
--- a/chrome/test/base/in_process_browser_test.cc
+++ b/chrome/test/base/in_process_browser_test.cc
@@ -171,8 +171,6 @@ void InProcessBrowserTest::PrepareTestCommandLine(CommandLine* command_line) {
// TODO(pkotwicz): Investigate if we can remove this switch.
command_line->AppendSwitch(switches::kDisableZeroBrowsersOpenForTests);
-
- command_line->AppendSwitch(switches::kDisableUberPage);
}
bool InProcessBrowserTest::CreateUserDataDirectory() {

Powered by Google App Engine
This is Rietveld 408576698