| 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 2d5e1f945fa5ee7527166773f8db10532d8d1cce..4baadd4d16beb6e1c3ffb254b0f43c5c1b6fa11c 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -648,6 +648,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void OnDetach();
|
| void OnFrameFocused();
|
| void OnOpenURL(const FrameHostMsg_OpenURL_Params& params);
|
| + void OnCancelInitialHistoryLoad();
|
| void OnDocumentOnLoadCompleted(
|
| FrameMsg_UILoadMetricsReportType::Value report_type,
|
| base::TimeTicks ui_timestamp);
|
|
|