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

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

Issue 2046303002: [MD History] Add history-searched-label to embolden the synced device search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@disable_grouped
Patch Set: Created 4 years, 6 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 098c42da230a8be0f32b594f2513dcebcf5835fb..102f83b031ad0284d1e029a85900713689750546 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -98,6 +98,10 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile) {
source->AddResourcePath("icons.html", IDR_MD_HISTORY_ICONS_HTML);
source->AddResourcePath("shared_style.html",
IDR_MD_HISTORY_SHARED_STYLE_HTML);
+ source->AddResourcePath("searched_label.html",
tsergeant 2016/06/08 07:25:06 Nit: 'searched' before 'shared' here too
calamity 2016/06/14 01:51:45 Done.
+ IDR_MD_HISTORY_SEARCHED_LABEL_HTML);
+ source->AddResourcePath("searched_label.js",
+ IDR_MD_HISTORY_SEARCHED_LABEL_JS);
source->AddResourcePath("side_bar.html", IDR_MD_HISTORY_SIDE_BAR_HTML);
source->AddResourcePath("side_bar.js", IDR_MD_HISTORY_SIDE_BAR_JS);
source->AddResourcePath("synced_device_card.html",

Powered by Google App Engine
This is Rietveld 408576698