| 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 e0f82545b3bb0caca79d1a10ff4d747391e0cc43..d52d1e65a03af79e948c37b1ace88fc9d3dc6bba 100644
|
| --- a/chrome/browser/ui/webui/md_history_ui.cc
|
| +++ b/chrome/browser/ui/webui/md_history_ui.cc
|
| @@ -52,6 +52,8 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile) {
|
| bool allow_deleting_history =
|
| prefs->GetBoolean(prefs::kAllowDeletingBrowserHistory);
|
| source->AddBoolean("allowDeletingHistory", allow_deleting_history);
|
| + source->AddResourcePath("constants.html", IDR_MD_HISTORY_CONSTANTS_HTML);
|
| + source->AddResourcePath("constants.js", IDR_MD_HISTORY_CONSTANTS_JS);
|
| source->AddResourcePath("history_item.html",
|
| IDR_MD_HISTORY_HISTORY_ITEM_HTML);
|
| source->AddResourcePath("history_item.js", IDR_MD_HISTORY_HISTORY_ITEM_JS);
|
|
|