Index: chrome/browser/ui/webui/history_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/history_ui.cc (revision 124713) |
+++ chrome/browser/ui/webui/history_ui.cc (working copy) |
@@ -78,7 +78,7 @@ |
}; |
HistoryUIHTMLSource::HistoryUIHTMLSource() |
- : ChromeWebUIDataSource(chrome::kChromeUIHistoryHost) { |
+ : ChromeWebUIDataSource(chrome::kChromeUIHistoryFrameHost) { |
AddLocalizedString("loading", IDS_HISTORY_LOADING); |
AddLocalizedString("title", IDS_HISTORY_TITLE); |
AddLocalizedString("newest", IDS_HISTORY_NEWEST); |
@@ -428,7 +428,7 @@ |
HistoryUIHTMLSource* html_source = new HistoryUIHTMLSource(); |
- // Set up the chrome://history/ source. |
+ // Set up the chrome://history-frame/ source. |
Profile* profile = Profile::FromWebUI(web_ui); |
profile->GetChromeURLDataManager()->AddDataSource(html_source); |
} |