| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 43f61d73f0ab182289e4ad40f74bbd6ee2e23644..80cafda2b42b3828793c29bf011329fc653baf80 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -617,6 +617,9 @@ class CONTENT_EXPORT RenderFrameImpl
|
| scoped_ptr<media::MediaPermission> CreateMediaPermissionProxy(
|
| scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner);
|
|
|
| + // Sends the current frame's navigation state to the browser.
|
| + void SendUpdateState();
|
| +
|
| protected:
|
| explicit RenderFrameImpl(const CreateParams& params);
|
|
|
| @@ -844,9 +847,6 @@ class CONTENT_EXPORT RenderFrameImpl
|
| blink::WebFrame* frame,
|
| blink::WebFrameLoadType load_type);
|
|
|
| - // Sends the current frame's navigation state to the browser.
|
| - void SendUpdateState();
|
| -
|
| // Sends a proper FrameHostMsg_DidFailProvisionalLoadWithError_Params IPC for
|
| // the failed request |request|.
|
| void SendFailedProvisionalLoad(const blink::WebURLRequest& request,
|
|
|