| Index: chrome/renderer/renderer_glue.cc
|
| ===================================================================
|
| --- chrome/renderer/renderer_glue.cc (revision 6238)
|
| +++ chrome/renderer/renderer_glue.cc (working copy)
|
| @@ -226,11 +226,11 @@
|
| }
|
|
|
| GURL webkit_glue::GetInspectorURL() {
|
| - return GURL("chrome-resource://inspector/inspector.html");
|
| + return GURL("chrome://inspector/inspector.html");
|
| }
|
|
|
| std::string webkit_glue::GetUIResourceProtocol() {
|
| - return "chrome-resource";
|
| + return "chrome";
|
| }
|
|
|
| bool webkit_glue::GetPlugins(bool refresh,
|
|
|