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

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

Issue 2257703002: MD History: Improve test helpers, update synced tabs tests to use them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revulcanize Created 4 years, 4 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 1d1e4e0ab8c180db675cf84744781484526961a0..582a5cf39fa5df5252e8ab66dbc5829119780a9c 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -165,6 +165,8 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile) {
IDR_MD_HISTORY_SEARCHED_LABEL_JS);
source->AddResourcePath("shared_style.html",
IDR_MD_HISTORY_SHARED_STYLE_HTML);
+ source->AddResourcePath("shared_vars.html",
+ IDR_MD_HISTORY_SHARED_VARS_HTML);
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",
« no previous file with comments | « chrome/browser/resources/md_history/shared_vars.html ('k') | chrome/test/data/webui/md_history/history_synced_tabs_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698