Switch DevTools to the default view that doesn't show screencast
This commit is contained in:
parent
f6f2c9a0ca
commit
d9ebd4c50f
|
@ -100,7 +100,7 @@ int ResponseWriter::Finish(int net_error,
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::string GetFrontendURL() {
|
static std::string GetFrontendURL() {
|
||||||
return base::StringPrintf("%s://%s/inspector.html",
|
return base::StringPrintf("%s://%s/devtools_app.html",
|
||||||
content::kChromeDevToolsScheme,
|
content::kChromeDevToolsScheme,
|
||||||
scheme::kChromeDevToolsHost);
|
scheme::kChromeDevToolsHost);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue