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

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

Issue 2684693004: MD History: Remove list-container and list-behavior (Closed)
Patch Set: Rename listeners Created 3 years, 10 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 d0cf207d4a5182716f0656668fcc92fadb562082..7ef8b01a3460c9d5c4e5e31491c54b26ebb20ec8 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -155,14 +155,10 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile,
{"history_item.js", IDR_MD_HISTORY_HISTORY_ITEM_JS},
{"history_list.html", IDR_MD_HISTORY_HISTORY_LIST_HTML},
{"history_list.js", IDR_MD_HISTORY_HISTORY_LIST_JS},
- {"history_list_behavior.html", IDR_MD_HISTORY_HISTORY_LIST_BEHAVIOR_HTML},
- {"history_list_behavior.js", IDR_MD_HISTORY_HISTORY_LIST_BEHAVIOR_JS},
{"history_toolbar.html", IDR_MD_HISTORY_HISTORY_TOOLBAR_HTML},
{"history_toolbar.js", IDR_MD_HISTORY_HISTORY_TOOLBAR_JS},
{"icons.html", IDR_MD_HISTORY_ICONS_HTML},
{"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},
« no previous file with comments | « chrome/browser/resources/md_history/list_container.js ('k') | chrome/test/data/webui/md_history/history_item_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698