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

Unified Diff: chrome/browser/renderer_host/renderer_security_policy.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
Index: chrome/browser/renderer_host/renderer_security_policy.cc
===================================================================
--- chrome/browser/renderer_host/renderer_security_policy.cc (revision 15342)
+++ chrome/browser/renderer_host/renderer_security_policy.cc (working copy)
@@ -196,8 +196,8 @@
if (state == security_state_.end())
return;
- // The inspector is served from a chrome-ui: URL. In order to run the
- // inspector, the renderer needs to be able to load chrome-ui URLs.
+ // The inspector is served from a chrome: URL. In order to run the
+ // inspector, the renderer needs to be able to load chrome: URLs.
state->second->GrantScheme(chrome::kChromeUIScheme);
}
@@ -210,7 +210,7 @@
state->second->GrantDOMUIBindings();
- // DOM UI bindings need the ability to request chrome-ui URLs.
+ // DOM UI bindings need the ability to request chrome: URLs.
state->second->GrantScheme(chrome::kChromeUIScheme);
// DOM UI pages can contain links to file:// URLs.
« no previous file with comments | « chrome/browser/extensions/extensions_ui.cc ('k') | chrome/browser/renderer_host/renderer_security_policy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698