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

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

Issue 2590093002: MD History: Move queryState to be managed by history-router (Closed)
Patch Set: Fix test Created 3 years, 11 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 72069450c39e013a20099ff3e7a69547705be373..5e9cfc3435fbfe45ba31e72929127421aa88c6a2 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -173,6 +173,8 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile,
{"lazy_load.html", IDR_MD_HISTORY_LAZY_LOAD_HTML},
{"list_container.html", IDR_MD_HISTORY_LIST_CONTAINER_HTML},
{"list_container.js", IDR_MD_HISTORY_LIST_CONTAINER_JS},
+ {"query_manager.html", IDR_MD_HISTORY_QUERY_MANAGER_HTML},
+ {"query_manager.js", IDR_MD_HISTORY_QUERY_MANAGER_JS},
{"router.html", IDR_MD_HISTORY_ROUTER_HTML},
{"router.js", IDR_MD_HISTORY_ROUTER_JS},
{"searched_label.html", IDR_MD_HISTORY_SEARCHED_LABEL_HTML},

Powered by Google App Engine
This is Rietveld 408576698