| Index: content/browser/frame_host/navigator.h
|
| diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h
|
| index b47654839f0f9d70b0729f2c6284d931e1a4ed7b..2ed28caf16338da32514533cb75f7a87376116c9 100644
|
| --- a/content/browser/frame_host/navigator.h
|
| +++ b/content/browser/frame_host/navigator.h
|
| @@ -72,6 +72,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
|
|
|