| 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 71afa041fd9bba08b81c2c7aceed1b056e0f49ed..ca442d27367f9a9f528b4d49454b85457810d156 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -501,6 +501,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void OnBeginNavigation(const CommonNavigationParams& common_params,
|
| const BeginNavigationParams& begin_params,
|
| scoped_refptr<ResourceRequestBody> body);
|
| + void OnDispatchLoad();
|
| void OnAccessibilityEvents(
|
| const std::vector<AccessibilityHostMsg_EventParams>& params,
|
| int reset_token);
|
|
|