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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 107893003: Make the renderer-side prerendering code use RenderFrames instead of RenderViews. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years 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 | « content/public/browser/web_contents_observer.h ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/content_renderer_client.h
===================================================================
--- content/public/renderer/content_renderer_client.h (revision 239848)
+++ content/public/renderer/content_renderer_client.h (working copy)
@@ -130,7 +130,7 @@
// Allows the embedder to control when media resources are loaded. Embedders
// can run |closure| immediately if they don't wish to defer media resource
// loading.
- virtual void DeferMediaLoad(RenderView* render_view,
+ virtual void DeferMediaLoad(RenderFrame* render_frame,
const base::Closure& closure);
// Allows the embedder to override creating a WebMediaStreamCenter. If it
@@ -229,7 +229,7 @@
virtual bool IsLinkVisited(unsigned long long link_hash);
virtual blink::WebPrescientNetworking* GetPrescientNetworking();
virtual bool ShouldOverridePageVisibilityState(
- const RenderView* render_view,
+ const RenderFrame* render_frame,
blink::WebPageVisibilityState* override_state);
// Return true if the GetCookie request will be handled by the embedder.
« no previous file with comments | « content/public/browser/web_contents_observer.h ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698