diff options
Diffstat (limited to 'content/browser/web_contents/web_contents_impl.h')
-rw-r--r-- | content/browser/web_contents/web_contents_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h index a8455ef..fd69e98 100644 --- a/content/browser/web_contents/web_contents_impl.h +++ b/content/browser/web_contents/web_contents_impl.h @@ -479,6 +479,8 @@ class CONTENT_EXPORT WebContentsImpl const GURL& validated_url, bool is_error_page, bool is_iframe_srcdoc) OVERRIDE; + virtual void DidStartNavigationTransition( + RenderFrameHostImpl* render_frame_host) OVERRIDE; virtual void DidFailProvisionalLoadWithError( RenderFrameHostImpl* render_frame_host, const FrameHostMsg_DidFailProvisionalLoadWithError_Params& params) |