| 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..2d07d3d0b6517ffb0666e58e60e5ccac2958430d 100644
|
| --- a/chrome/browser/ui/webui/md_history_ui.cc
|
| +++ b/chrome/browser/ui/webui/md_history_ui.cc
|
| @@ -58,6 +58,8 @@ 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);
|
|
|