| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index b547369d9a587fe88a43ee434965c86671746252..1aa70ff71993b91d0b71b3d82e47cf6fc9dc9037 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -315,11 +315,9 @@ class CONTENT_EXPORT RenderFrameImpl
|
| void RegisterPeripheralPlugin(
|
| const GURL& content_origin,
|
| const base::Closure& unthrottle_callback) override;
|
| - bool ShouldThrottleContent(const blink::WebPluginParams& params,
|
| - const GURL& page_frame_url,
|
| - GURL* poster_image,
|
| - bool* cross_origin_main_content) const override;
|
| - void WhitelistContentOrigin(const GURL& content_origin) override;
|
| + PluginPowerSaverHelper* plugin_power_saver_helper() {
|
| + return plugin_power_saver_helper_;
|
| + }
|
| #endif
|
| bool IsFTPDirectoryListing() override;
|
| void AttachGuest(int element_instance_id) override;
|
|
|