Fix devtools not working
This commit is contained in:
parent
d3a39540b5
commit
ead0bb0cfc
3 changed files with 13 additions and 5 deletions
|
@ -130,6 +130,9 @@ class InspectableWebContentsImpl :
|
|||
content::RenderFrameHost* new_host) override;
|
||||
void WebContentsDestroyed() override;
|
||||
void OnWebContentsFocused() override;
|
||||
void DidStartNavigationToPendingEntry(
|
||||
const GURL& url,
|
||||
content::NavigationController::ReloadType reload_type) override;
|
||||
|
||||
// content::WebContentsDelegate:
|
||||
bool AddMessageToConsole(content::WebContents* source,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue