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

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

Issue 2001013002: [MD History] Create an icons.html for MD History. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dom_if_synced
Patch Set: Created 4 years, 7 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
Index: chrome/browser/ui/webui/md_history_ui.cc
diff --git a/chrome/browser/ui/webui/md_history_ui.cc b/chrome/browser/ui/webui/md_history_ui.cc
index 71145e4c3bf256dcd045df65f7e4036631625394..b9ac57fb26f3237391f919ba48406efe5b7f687d 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -94,6 +94,7 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile) {
source->AddResourcePath("history_toolbar.js",
IDR_MD_HISTORY_HISTORY_TOOLBAR_JS);
source->AddResourcePath("history.js", IDR_MD_HISTORY_HISTORY_JS);
+ source->AddResourcePath("icons.html", IDR_MD_HISTORY_ICONS_HTML);
source->AddResourcePath("shared_style.html",
IDR_MD_HISTORY_SHARED_STYLE_HTML);
source->AddResourcePath("side_bar.html", IDR_MD_HISTORY_SIDE_BAR_HTML);

Powered by Google App Engine
This is Rietveld 408576698