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

Unified Diff: chrome/browser/ui/webui/downloads_util.cc

Issue 1314793003: Enable Material Design downloads on Canary/Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/webui/downloads_ui_supervised_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/downloads_util.cc
diff --git a/chrome/browser/ui/webui/downloads_util.cc b/chrome/browser/ui/webui/downloads_util.cc
index b3969d4884a395c66422c038466cc3c3c4d4a2c7..6a9a7cd0e5263f6fdb5eaae85668b8d474dbfb83 100644
--- a/chrome/browser/ui/webui/downloads_util.cc
+++ b/chrome/browser/ui/webui/downloads_util.cc
@@ -21,7 +21,7 @@ bool MdDownloadsEnabled() {
switch (chrome::GetChannel()) {
case version_info::Channel::CANARY:
case version_info::Channel::UNKNOWN:
- return false; // TODO(dbeam): return true when I update the tests.
+ return true;
default:
return false;
}
« no previous file with comments | « chrome/browser/ui/webui/downloads_ui_supervised_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698