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

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: Make private 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') | content/renderer/render_view_browsertest.cc » ('J')
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 bd386d4bcae542ffbe090621683a606c1b699a19..48a906c655d7ac92863efa1087ca67fd16519fc5 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -621,6 +621,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);
@@ -847,9 +850,6 @@ class CONTENT_EXPORT RenderFrameImpl
void LoadDataURL(const CommonNavigationParams& params,
blink::WebFrame* frame);
- // 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') | content/renderer/render_view_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698