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

Unified Diff: chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc

Issue 2378593002: MD Downloads: Fix unvulcanized build (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc
diff --git a/chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc b/chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc
index 2bc366cf48ab2c77e71a456b6aea72b43cae9892..25faf41b62bf099e4cd87ec48c84722bbf643301 100644
--- a/chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc
+++ b/chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc
@@ -116,15 +116,10 @@ content::WebUIDataSource* CreateDownloadsUIHTMLSource(Profile* profile) {
source->AddResourcePath("downloads.js", IDR_MD_DOWNLOADS_DOWNLOADS_JS);
source->AddResourcePath("i18n_setup.html", IDR_MD_DOWNLOADS_I18N_SETUP_HTML);
source->AddResourcePath("icons.html", IDR_MD_DOWNLOADS_ICONS_HTML);
- source->AddResourcePath("item.css", IDR_MD_DOWNLOADS_ITEM_CSS);
source->AddResourcePath("item.html", IDR_MD_DOWNLOADS_ITEM_HTML);
source->AddResourcePath("item.js", IDR_MD_DOWNLOADS_ITEM_JS);
- source->AddResourcePath("manager.css", IDR_MD_DOWNLOADS_MANAGER_CSS);
source->AddResourcePath("manager.html", IDR_MD_DOWNLOADS_MANAGER_HTML);
source->AddResourcePath("manager.js", IDR_MD_DOWNLOADS_MANAGER_JS);
- source->AddResourcePath("shared_style.css",
- IDR_MD_DOWNLOADS_SHARED_STYLE_CSS);
- source->AddResourcePath("toolbar.css", IDR_MD_DOWNLOADS_TOOLBAR_CSS);
source->AddResourcePath("toolbar.html", IDR_MD_DOWNLOADS_TOOLBAR_HTML);
source->AddResourcePath("toolbar.js", IDR_MD_DOWNLOADS_TOOLBAR_JS);
source->SetDefaultResource(IDR_MD_DOWNLOADS_DOWNLOADS_HTML);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698