Switch DevTools to the default view that doesn't show screencast

This commit is contained in:
Marshall Greenblatt
2018-06-07 12:57:46 -04:00
parent f6f2c9a0ca
commit d9ebd4c50f

View File

@@ -100,7 +100,7 @@ int ResponseWriter::Finish(int net_error,
}
static std::string GetFrontendURL() {
return base::StringPrintf("%s://%s/inspector.html",
return base::StringPrintf("%s://%s/devtools_app.html",
content::kChromeDevToolsScheme,
scheme::kChromeDevToolsHost);
}