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

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

Issue 2684693004: MD History: Remove list-container and list-behavior (Closed)
Patch Set: Fix test 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 72be2756d779cbe41a316908feb477836cb62c35..e8806687ae9180e995b88ddf06a03e9705b7b80d 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -157,14 +157,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},

Powered by Google App Engine
This is Rietveld 408576698