Fix devtools not working

This commit is contained in:
Cheng Zhao 2016-03-09 14:55:46 +09:00
parent d3a39540b5
commit ead0bb0cfc
3 changed files with 13 additions and 5 deletions

View file

@ -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,