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

Unified Diff: chrome/browser/lifetime/browser_close_manager_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/browser/browser_resources.grd ('k') | chrome/browser/resources/downloads/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/lifetime/browser_close_manager_browsertest.cc
diff --git a/chrome/browser/lifetime/browser_close_manager_browsertest.cc b/chrome/browser/lifetime/browser_close_manager_browsertest.cc
index 626f24498f504892f0eaba4990869583209ab5ba..4a185b382e54024ad935e0787b8934f7c0bfa415 100644
--- a/chrome/browser/lifetime/browser_close_manager_browsertest.cc
+++ b/chrome/browser/lifetime/browser_close_manager_browsertest.cc
@@ -708,13 +708,6 @@ class BrowserCloseManagerWithDownloadsBrowserTest :
ASSERT_TRUE(scoped_download_directory_.CreateUniqueTempDir());
}
- // 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 {
- BrowserCloseManagerBrowserTest::SetUpCommandLine(command_line);
- command_line->AppendSwitch(switches::kDisableMaterialDesignDownloads);
- }
-
void SetDownloadPathForProfile(Profile* profile) {
DownloadPrefs* download_prefs = DownloadPrefs::FromBrowserContext(profile);
download_prefs->SetDownloadPath(download_path());
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/downloads/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698