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

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

Issue 2684493002: MD History: Delete Grouped History (Closed)
Patch Set: Vulc 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 4b5a5772cf34370f14eb9c01227654d79c2119b0..2500afd2faeb5e20bd7133b7d573191f991c40d4 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -158,8 +158,6 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile,
{"app.js", IDR_MD_HISTORY_APP_JS},
{"browser_service.html", IDR_MD_HISTORY_BROWSER_SERVICE_HTML},
{"browser_service.js", IDR_MD_HISTORY_BROWSER_SERVICE_JS},
- {"grouped_list.html", IDR_MD_HISTORY_GROUPED_LIST_HTML},
- {"grouped_list.js", IDR_MD_HISTORY_GROUPED_LIST_JS},
{"history_item.html", IDR_MD_HISTORY_HISTORY_ITEM_HTML},
{"history_item.js", IDR_MD_HISTORY_HISTORY_ITEM_JS},
{"history_list.html", IDR_MD_HISTORY_HISTORY_LIST_HTML},

Powered by Google App Engine
This is Rietveld 408576698