Chromium Code Reviews| Index: chrome/browser/debugger/debugger_contents.cc |
| =================================================================== |
| --- chrome/browser/debugger/debugger_contents.cc (revision 8825) |
| +++ chrome/browser/debugger/debugger_contents.cc (working copy) |
| @@ -127,6 +127,6 @@ |
| // static |
| bool DebuggerContents::IsDebuggerUrl(const GURL& url) { |
| - return (url.SchemeIs("chrome") && url.host() == "inspector"); |
| + return (url.SchemeIs("chrome-ui") && url.host() == "inspector"); |
| } |