Index: chrome/renderer/chrome_content_renderer_client.h |
=================================================================== |
--- chrome/renderer/chrome_content_renderer_client.h (revision 239848) |
+++ chrome/renderer/chrome_content_renderer_client.h (working copy) |
@@ -91,7 +91,7 @@ |
const std::string& accept_languages, |
std::string* error_html, |
base::string16* error_description) OVERRIDE; |
- virtual void DeferMediaLoad(content::RenderView* render_view, |
+ virtual void DeferMediaLoad(content::RenderFrame* render_frame, |
const base::Closure& closure) OVERRIDE; |
virtual bool RunIdleHandlerWhenWidgetsHidden() OVERRIDE; |
virtual bool AllowPopup() OVERRIDE; |
@@ -119,7 +119,7 @@ |
virtual bool IsLinkVisited(unsigned long long link_hash) OVERRIDE; |
virtual blink::WebPrescientNetworking* GetPrescientNetworking() OVERRIDE; |
virtual bool ShouldOverridePageVisibilityState( |
- const content::RenderView* render_view, |
+ const content::RenderFrame* render_frame, |
blink::WebPageVisibilityState* override_state) OVERRIDE; |
virtual bool HandleGetCookieRequest(content::RenderView* sender, |
const GURL& url, |