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

Unified Diff: chrome/browser/ui/browser_navigator_browsertest.cc

Issue 1311333005: Disable material design downloads UI from some tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 years, 4 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 | « chrome/browser/ui/browser_browsertest.cc ('k') | chrome/browser/ui/find_bar/find_bar_host_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_navigator_browsertest.cc
diff --git a/chrome/browser/ui/browser_navigator_browsertest.cc b/chrome/browser/ui/browser_navigator_browsertest.cc
index 65379eb466cef1f6dfc59d3cdcb60e8748ab19d4..02d5494eacdb91fa01b28c7535077ccb557993cd 100644
--- a/chrome/browser/ui/browser_navigator_browsertest.cc
+++ b/chrome/browser/ui/browser_navigator_browsertest.cc
@@ -202,6 +202,10 @@ void BrowserNavigatorTest::SetUpCommandLine(base::CommandLine* command_line) {
// Disable settings-in-a-window so that we can use the settings page and
// sub-pages to test browser navigation.
command_line->AppendSwitch(::switches::kDisableSettingsWindow);
+
+ // Disable new downloads UI as it is very very slow. https://crbug.com/526577
+ // TODO(dbeam): remove this once the downloads UI is not slow.
+ command_line->AppendSwitch(switches::kDisableMaterialDesignDownloads);
}
void BrowserNavigatorTest::Observe(
« no previous file with comments | « chrome/browser/ui/browser_browsertest.cc ('k') | chrome/browser/ui/find_bar/find_bar_host_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698