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

Unified Diff: chrome/browser/ui/webui/extensions/extensions_ui.cc

Issue 2386813002: [MD Extensions] Merge CSS into html files (Closed)
Patch Set: Newlines Created 4 years, 2 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/resources/md_extensions/sidebar.html ('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/extensions/extensions_ui.cc
diff --git a/chrome/browser/ui/webui/extensions/extensions_ui.cc b/chrome/browser/ui/webui/extensions/extensions_ui.cc
index d594e3169c00a724e45ce6ce1ace73bac3c05f0c..84c2198294c2c5ced8cb90b950fb41c9f7552b68 100644
--- a/chrome/browser/ui/webui/extensions/extensions_ui.cc
+++ b/chrome/browser/ui/webui/extensions/extensions_ui.cc
@@ -225,14 +225,11 @@ content::WebUIDataSource* CreateMdExtensionsSource() {
IDR_MD_EXTENSIONS_KEYBOARD_SHORTCUTS_HTML);
source->AddResourcePath("keyboard_shortcuts.js",
IDR_MD_EXTENSIONS_KEYBOARD_SHORTCUTS_JS);
- source->AddResourcePath("manager.css", IDR_MD_EXTENSIONS_MANAGER_CSS);
source->AddResourcePath("manager.html", IDR_MD_EXTENSIONS_MANAGER_HTML);
source->AddResourcePath("manager.js", IDR_MD_EXTENSIONS_MANAGER_JS);
source->AddResourcePath("icons.html", IDR_MD_EXTENSIONS_ICONS_HTML);
- source->AddResourcePath("item.css", IDR_MD_EXTENSIONS_ITEM_CSS);
source->AddResourcePath("item.html", IDR_MD_EXTENSIONS_ITEM_HTML);
source->AddResourcePath("item.js", IDR_MD_EXTENSIONS_ITEM_JS);
- source->AddResourcePath("item_list.css", IDR_MD_EXTENSIONS_ITEM_LIST_CSS);
source->AddResourcePath("item_list.html", IDR_MD_EXTENSIONS_ITEM_LIST_HTML);
source->AddResourcePath("item_list.js", IDR_MD_EXTENSIONS_ITEM_LIST_JS);
source->AddResourcePath("item_source.html",
@@ -254,7 +251,6 @@ content::WebUIDataSource* CreateMdExtensionsSource() {
source->AddResourcePath("shortcut_util.html",
IDR_EXTENSIONS_SHORTCUT_UTIL_HTML);
source->AddResourcePath("shortcut_util.js", IDR_EXTENSIONS_SHORTCUT_UTIL_JS);
- source->AddResourcePath("sidebar.css", IDR_MD_EXTENSIONS_SIDEBAR_CSS);
source->AddResourcePath("sidebar.html", IDR_MD_EXTENSIONS_SIDEBAR_HTML);
source->AddResourcePath("sidebar.js", IDR_MD_EXTENSIONS_SIDEBAR_JS);
source->AddResourcePath("strings.html", IDR_MD_EXTENSIONS_STRINGS_HTML);
« no previous file with comments | « chrome/browser/resources/md_extensions/sidebar.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698