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

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: Rebase 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 96c3b8acc5b32003080b3415c3f495c7208880b2..8ddf7b90b5a95c68705d98330dd9fb4a468e7235 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -172,6 +172,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},
« no previous file with comments | « chrome/browser/resources/md_history/router.js ('k') | chrome/test/data/webui/md_history/history_list_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698