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

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

Issue 2352293002: MD History: Replace app-route with a custom router (Closed)
Patch Set: More minor cleanup 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
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 2b1d688ae963a987b5ce7a1c9f6cbf1026a14ae8..88caf6832bc54f2940c2600e85ea3ec118302eb9 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -154,6 +154,10 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile) {
IDR_MD_HISTORY_HISTORY_LIST_BEHAVIOR_HTML);
source->AddResourcePath("history_list_behavior.js",
IDR_MD_HISTORY_HISTORY_LIST_BEHAVIOR_JS);
+ source->AddResourcePath("history_router.html",
+ IDR_MD_HISTORY_HISTORY_ROUTER_HTML);
+ source->AddResourcePath("history_router.js",
+ IDR_MD_HISTORY_HISTORY_ROUTER_JS);
source->AddResourcePath("history_toolbar.html",
IDR_MD_HISTORY_HISTORY_TOOLBAR_HTML);
source->AddResourcePath("history_toolbar.js",

Powered by Google App Engine
This is Rietveld 408576698