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

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

Issue 2084843002: [MD History] Add history-list-container between app and history lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tim_toolbar
Patch Set: rebase Created 4 years, 5 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 b2b732da4622824360a8286d6771b4f9f4d459d1..e2dac02ef55954f96949d2bbfd974a5a0f108756 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -118,6 +118,10 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile) {
IDR_MD_HISTORY_IMAGES_100_SIGN_IN_PROMO_PNG);
source->AddResourcePath("images/200/sign_in_promo.png",
IDR_MD_HISTORY_IMAGES_200_SIGN_IN_PROMO_PNG);
+ source->AddResourcePath("list_container.html",
+ IDR_MD_HISTORY_LIST_CONTAINER_HTML);
+ source->AddResourcePath("list_container.js",
+ IDR_MD_HISTORY_LIST_CONTAINER_JS);
source->AddResourcePath("searched_label.html",
IDR_MD_HISTORY_SEARCHED_LABEL_HTML);
source->AddResourcePath("searched_label.js",
« no previous file with comments | « chrome/browser/resources/md_history/side_bar.html ('k') | chrome/test/data/webui/md_history/history_grouped_list_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698