| 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 a81ad3d83acef5c57e3063f1a81f18454019fe1a..ab4d825e5f487d864d6838bb4c77777ecdf2ce76 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -749,6 +749,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void OnUpdateEncoding(const std::string& encoding);
|
| void OnBeginNavigation(const CommonNavigationParams& common_params,
|
| const BeginNavigationParams& begin_params);
|
| + void OnAbortNavigation();
|
| void OnDispatchLoad();
|
| void OnAccessibilityEvents(
|
| const std::vector<AccessibilityHostMsg_EventParams>& params,
|
|
|