| 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 cbefae850313ac59da8225e933c4c9706532dd2d..04c475608ca72cfb6471b85d715c86846233d2b2 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -528,6 +528,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void OnDidCommitProvisionalLoad(const IPC::Message& msg);
|
| void OnDidDropNavigation();
|
| void OnUpdateState(const PageState& state);
|
| + void OnNavigateNewChildFrame(const std::string& unique_name);
|
| void OnBeforeUnloadACK(
|
| bool proceed,
|
| const base::TimeTicks& renderer_before_unload_start_time,
|
|
|