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

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

Issue 1710083005: Remove old downloads UI; Material Design version is now the default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove testing/ Created 4 years, 10 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/test/BUILD.gn ('k') | third_party/closure_compiler/compiled_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/web_ui_browser_test_browsertest.cc
diff --git a/chrome/test/base/web_ui_browser_test_browsertest.cc b/chrome/test/base/web_ui_browser_test_browsertest.cc
index 165b4d0362c28e7023d62057ee1760c021b2cdf4..8c65956d82534be9e53fa9ce249ee465bbc23e52 100644
--- a/chrome/test/base/web_ui_browser_test_browsertest.cc
+++ b/chrome/test/base/web_ui_browser_test_browsertest.cc
@@ -32,13 +32,6 @@ class WebUIBrowserExpectFailTest : public WebUIBrowserTest {
s_test_ = this;
}
- // 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.
- void SetUpCommandLine(base::CommandLine* command_line) override {
- WebUIBrowserTest::SetUpCommandLine(command_line);
- command_line->AppendSwitch(switches::kDisableMaterialDesignDownloads);
- }
-
protected:
~WebUIBrowserExpectFailTest() override {
EXPECT_TRUE(s_test_);
« no previous file with comments | « chrome/test/BUILD.gn ('k') | third_party/closure_compiler/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698