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 79d550b75de514956a92b2df7d36e8528b838299..00f6650c53c941d0621522f1d5f95945540415a3 100644 |
--- a/chrome/browser/ui/webui/md_history_ui.cc |
+++ b/chrome/browser/ui/webui/md_history_ui.cc |
@@ -58,9 +58,10 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile) { |
bool allow_deleting_history = |
prefs->GetBoolean(prefs::kAllowDeletingBrowserHistory); |
source->AddBoolean("allowDeletingHistory", allow_deleting_history); |
+ source->AddResourcePath("app.html", IDR_MD_HISTORY_APP_HTML); |
+ source->AddResourcePath("app.js", IDR_MD_HISTORY_APP_JS); |
source->AddResourcePath("constants.html", IDR_MD_HISTORY_CONSTANTS_HTML); |
source->AddResourcePath("constants.js", IDR_MD_HISTORY_CONSTANTS_JS); |
- source->AddResourcePath("elements.html", IDR_MD_HISTORY_ELEMENTS_HTML); |
source->AddResourcePath("history_item.html", |
IDR_MD_HISTORY_HISTORY_ITEM_HTML); |
source->AddResourcePath("history_item.js", IDR_MD_HISTORY_HISTORY_ITEM_JS); |