| Index: content/browser/frame_host/navigator.h
|
| diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h
|
| index 5063faf20e525e5bd01b3ea71cf92b5dca876cfd..649fc11bd1b91371d5ae641e71166ecf74775d26 100644
|
| --- a/content/browser/frame_host/navigator.h
|
| +++ b/content/browser/frame_host/navigator.h
|
| @@ -66,6 +66,7 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> {
|
| // The RenderFrameHostImpl has committed a navigation.
|
| virtual void DidNavigate(
|
| RenderFrameHostImpl* render_frame_host,
|
| + int32 page_id,
|
| const FrameHostMsg_DidCommitProvisionalLoad_Params& params) {}
|
|
|
| // Called by the NavigationController to cause the Navigator to navigate
|
|
|