| 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 d9f836c7d7b6888212d79f854bd9957f3db81016..930da9e8f5855117a14438e256d909a9ba1ba563 100644
|
| --- a/chrome/browser/ui/webui/md_history_ui.cc
|
| +++ b/chrome/browser/ui/webui/md_history_ui.cc
|
| @@ -126,6 +126,10 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile) {
|
| source->AddResourcePath("history_list.html",
|
| IDR_MD_HISTORY_HISTORY_LIST_HTML);
|
| source->AddResourcePath("history_list.js", IDR_MD_HISTORY_HISTORY_LIST_JS);
|
| + source->AddResourcePath("history_list_behavior.html",
|
| + IDR_MD_HISTORY_HISTORY_LIST_BEHAVIOR_HTML);
|
| + source->AddResourcePath("history_list_behavior.js",
|
| + IDR_MD_HISTORY_HISTORY_LIST_BEHAVIOR_JS);
|
| source->AddResourcePath("history_toolbar.html",
|
| IDR_MD_HISTORY_HISTORY_TOOLBAR_HTML);
|
| source->AddResourcePath("history_toolbar.js",
|
|
|