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

Unified Diff: chrome/test/ui/ui_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/ui/ui_test.cc
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
index 8b3deefbaf2ff1d006afd1428a20c6887c7c4cf8..173e1ab94e7ad4d24bb62ae7a778ae50cd50b1f3 100644
--- a/chrome/test/ui/ui_test.cc
+++ b/chrome/test/ui/ui_test.cc
@@ -220,7 +220,6 @@ void UITestBase::SetLaunchSwitches() {
launch_arguments_.AppendSwitch(switches::kTestCompositor);
}
#endif
- launch_arguments_.AppendSwitch(switches::kDisableUberPage);
}
void UITestBase::SetUpProfile() {

Powered by Google App Engine
This is Rietveld 408576698