Update InspectableWebContentsImpl

This commit is contained in:
Cheng Zhao 2017-01-23 15:27:57 +09:00
parent db7959619e
commit 622fd8d1d7
2 changed files with 11 additions and 10 deletions

View file

@ -133,14 +133,14 @@ class InspectableWebContentsImpl :
void OnWebContentsFocused() override;
void DidStartNavigationToPendingEntry(
const GURL& url,
content::NavigationController::ReloadType reload_type) override;
content::ReloadType reload_type) override;
// content::WebContentsDelegate:
bool AddMessageToConsole(content::WebContents* source,
int32_t level,
const base::string16& message,
int32_t line_no,
const base::string16& source_id) override;
bool DidAddMessageToConsole(content::WebContents* source,
int32_t level,
const base::string16& message,
int32_t line_no,
const base::string16& source_id) override;
bool ShouldCreateWebContents(
content::WebContents* web_contents,
int32_t route_id,