diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 18:35:42 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 18:35:42 +0000 |
commit | 9527f9cc2bd9ea407c72b35e016b848b6ea4ecff (patch) | |
tree | 8936410a87641d2fa31f956df00add071a62f2c4 /chrome/browser/dom_ui/history_ui.cc | |
parent | c6d972b5b5967c090671d6a9fb9dd05252d2f8f5 (diff) | |
download | chromium_src-9527f9cc2bd9ea407c72b35e016b848b6ea4ecff.zip chromium_src-9527f9cc2bd9ea407c72b35e016b848b6ea4ecff.tar.gz chromium_src-9527f9cc2bd9ea407c72b35e016b848b6ea4ecff.tar.bz2 |
Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference.
Review URL: http://codereview.chromium.org/18175
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8896 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui/history_ui.cc')
-rw-r--r-- | chrome/browser/dom_ui/history_ui.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/dom_ui/history_ui.cc b/chrome/browser/dom_ui/history_ui.cc index c9226a7..da36fc7 100644 --- a/chrome/browser/dom_ui/history_ui.cc +++ b/chrome/browser/dom_ui/history_ui.cc @@ -24,8 +24,7 @@ using base::Time; -// HistoryUI is accessible from chrome://history, and the raw HTML is -// accessed from chrome://history. +// HistoryUI is accessible from chrome-ui://history. static const char kHistoryHost[] = "history"; // Maximum number of search results to return in a given search. We should @@ -287,7 +286,7 @@ void HistoryUI::Init() { HistoryUIHTMLSource* html_source = new HistoryUIHTMLSource(); - // Set up the chrome://history/ source. + // Set up the chrome-ui://history/ source. g_browser_process->io_thread()->message_loop()->PostTask(FROM_HERE, NewRunnableMethod(&chrome_url_data_manager, &ChromeURLDataManager::AddDataSource, |