| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index aebe492a1f8b77b122741fdf46b317d6ace05d67..8594834825b97c459429821b76ac108060be340f 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -31,6 +31,7 @@ struct AccessibilityHostMsg_LocationChangeParams;
|
| struct FrameHostMsg_DidFailProvisionalLoadWithError_Params;
|
| struct FrameHostMsg_OpenURL_Params;
|
| struct FrameHostMsg_BeginNavigation_Params;
|
| +struct FrameMsg_CommitNavigation_Params;
|
| struct FrameMsg_Navigate_Params;
|
| #if defined(OS_MACOSX) || defined(OS_ANDROID)
|
| struct FrameHostMsg_ShowPopup_Params;
|
| @@ -284,6 +285,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void DidCancelPopupMenu();
|
| #endif
|
|
|
| + // PlzNavigate: Indicates that a navigation has committed and is ready for
|
| + // processing by this RenderFrameHost.
|
| + void CommitNavigation(const FrameMsg_CommitNavigation_Params& params);
|
| protected:
|
| friend class RenderFrameHostFactory;
|
|
|
|
|