Fix API changes
This commit is contained in:
parent
80dd72b93c
commit
90b255f2cd
6 changed files with 40 additions and 31 deletions
|
@ -104,7 +104,8 @@ class InspectableWebContentsImpl :
|
|||
bool replaced) override;
|
||||
|
||||
// content::WebContentsObserver:
|
||||
void AboutToNavigateRenderFrame(content::RenderFrameHost* new_host) override;
|
||||
void AboutToNavigateRenderFrame(content::RenderFrameHost* old_host,
|
||||
content::RenderFrameHost* new_host) override;
|
||||
void DidFinishLoad(content::RenderFrameHost* render_frame_host,
|
||||
const GURL& validated_url) override;
|
||||
void WebContentsDestroyed() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue