Prototype of WebContentsDestroyed has changed.
This commit is contained in:
parent
8c38a7547b
commit
4e63780e4a
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ class InspectableWebContentsImpl :
|
|||
const GURL& validated_url,
|
||||
bool is_main_frame,
|
||||
content::RenderViewHost*) OVERRIDE;
|
||||
virtual void WebContentsDestroyed(content::WebContents*) OVERRIDE;
|
||||
virtual void WebContentsDestroyed() OVERRIDE;
|
||||
|
||||
// content::WebContentsDelegate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue