No more need to override DidFinishLoad

This commit is contained in:
Cheng Zhao 2015-06-05 12:10:01 +08:00
parent 95d28c398e
commit aa926680a2
2 changed files with 5 additions and 14 deletions

View file

@ -128,8 +128,6 @@ class InspectableWebContentsImpl :
// content::WebContentsObserver:
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;
// content::WebContentsDelegate: