Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: chrome/browser/dom_ui/chrome_url_data_manager.cc

Issue 101026: Change chrome-ui to chrome. I didn't go too far in converting existing string... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/debugger/devtools_view.cc ('k') | chrome/browser/dom_ui/downloads_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/chrome_url_data_manager.cc
===================================================================
--- chrome/browser/dom_ui/chrome_url_data_manager.cc (revision 15342)
+++ chrome/browser/dom_ui/chrome_url_data_manager.cc (working copy)
@@ -30,7 +30,7 @@
// The URL scheme used for internal chrome resources.
// TODO(glen): Choose a better location for this.
-static const char kChromeURLScheme[] = "chrome-ui";
+static const char kChromeURLScheme[] = "chrome";
// The single global instance of ChromeURLDataManager.
ChromeURLDataManager chrome_url_data_manager;
@@ -105,7 +105,7 @@
if (PathService::Get(chrome::DIR_INSPECTOR, &inspector_dir)) {
// TODO(yurys): remove "inspector" source when new developer tools support
// all features of in-process Web Inspector and Console Debugger. For the
- // time being we need to serve the same content from chrome-ui://inspector
+ // time being we need to serve the same content from chrome://inspector
// for the Console Debugger and in-process Web Inspector.
chrome_url_data_manager.AddFileSource("inspector", inspector_dir);
chrome_url_data_manager.AddFileSource(chrome::kChromeUIDevToolsHost,
@@ -145,7 +145,7 @@
return;
}
- // Our input looks like: chrome-ui://source_name/extra_bits?foo .
+ // Our input looks like: chrome://source_name/extra_bits?foo .
// So the url's "host" is our source, and everything after the host is
// the path.
source_name->assign(url.host());
« no previous file with comments | « chrome/browser/debugger/devtools_view.cc ('k') | chrome/browser/dom_ui/downloads_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698