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

Unified Diff: chrome/browser/ui/webui/downloads_ui_supervised_browsertest.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_browsertest.cc ('k') | chrome/browser/ui/webui/downloads_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/downloads_ui_supervised_browsertest.cc
diff --git a/chrome/browser/ui/webui/downloads_ui_supervised_browsertest.cc b/chrome/browser/ui/webui/downloads_ui_supervised_browsertest.cc
index 2e3f0874555b643cd5bd42690b2eb0f111de577d..04c44a587c192ff06605ba4d6574cb4b718ebedb 100644
--- a/chrome/browser/ui/webui/downloads_ui_supervised_browsertest.cc
+++ b/chrome/browser/ui/webui/downloads_ui_supervised_browsertest.cc
@@ -11,5 +11,6 @@
void DownloadsWebUIForSupervisedUsersTest::SetUpCommandLine(
base::CommandLine* command_line) {
+ DownloadsUIBrowserTest::SetUpCommandLine(command_line);
command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
}
« no previous file with comments | « chrome/browser/ui/webui/downloads_ui_browsertest.cc ('k') | chrome/browser/ui/webui/downloads_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698