mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix loading of the DevTools window.
- The devtools.html file has been renamed to inspector.html.
This commit is contained in:
@@ -112,7 +112,7 @@ std::string CefDevToolsDelegate::GetFrontendResource(
|
||||
}
|
||||
|
||||
std::string CefDevToolsDelegate::GetChromeDevToolsURL() {
|
||||
return base::StringPrintf("%s://%s/devtools.html",
|
||||
return base::StringPrintf("%s://%s/inspector.html",
|
||||
content::kChromeDevToolsScheme, scheme::kChromeDevToolsHost);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user