summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/navigator_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/frame_host/navigator_impl.h')
-rw-r--r--content/browser/frame_host/navigator_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h
index ceb22e2..4b66876 100644
--- a/content/browser/frame_host/navigator_impl.h
+++ b/content/browser/frame_host/navigator_impl.h
@@ -26,7 +26,8 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
// Navigator implementation.
virtual NavigationController* GetController() OVERRIDE;
virtual void DidStartProvisionalLoad(RenderFrameHostImpl* render_frame_host,
- const GURL& url) OVERRIDE;
+ const GURL& url,
+ bool is_transition_navigation) OVERRIDE;
virtual void DidFailProvisionalLoadWithError(
RenderFrameHostImpl* render_frame_host,
const FrameHostMsg_DidFailProvisionalLoadWithError_Params& params)