From 7c91bf8c929bf75c87caec6a1bc0f67bf8f48045 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 7 Jun 2018 12:57:46 -0400 Subject: [PATCH] Switch DevTools to the default view that doesn't show screencast --- libcef/browser/devtools_frontend.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcef/browser/devtools_frontend.cc b/libcef/browser/devtools_frontend.cc index b66e4541d..74e0518d2 100644 --- a/libcef/browser/devtools_frontend.cc +++ b/libcef/browser/devtools_frontend.cc @@ -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); }