| 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 4c38d7a6dbcbb7b3bea744d12940596d7222bfb5..702fa64e52ca5138b67a7c5292e8d26fad6141f7 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -323,7 +323,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void OnDidRedirectProvisionalLoad(int32 page_id,
|
| const GURL& source_url,
|
| const GURL& target_url);
|
| - void OnNavigate(const IPC::Message& msg);
|
| + void OnDidCommitProvisionalLoad(const IPC::Message& msg);
|
| void OnBeforeUnloadACK(
|
| bool proceed,
|
| const base::TimeTicks& renderer_before_unload_start_time,
|
| @@ -351,6 +351,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| size_t end_offset);
|
| void OnDidAccessInitialDocument();
|
| void OnDidDisownOpener();
|
| + void OnDidAssignPageId(int32 page_id);
|
| void OnUpdateTitle(int32 page_id,
|
| const base::string16& title,
|
| blink::WebTextDirection title_direction);
|
|
|