| 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.
|
|
|