Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: content/renderer/render_frame_impl.h

Issue 1449353002: OOPIF: Set timer for per-frame UpdateState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698