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

Unified Diff: content/renderer/pepper/pepper_plugin_instance_impl.h

Issue 669703003: Plugin Power Saver: Restrict Power Saver to cross-origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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
Index: content/renderer/pepper/pepper_plugin_instance_impl.h
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
index 4b1493147a0deedf8f559539adf0d32718892c24..246475f9e0dd61578f9bc7defae8c587cd78886f 100644
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
@@ -687,6 +687,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
int pending_host_id,
const ppapi::URLResponseInfoData& data);
+ bool IsPeripheralContent() const;
Charlie Reis 2014/10/23 18:23:27 I haven't heard the term peripheral content before
tommycli 2014/10/23 19:32:23 Added comments.
void SetPluginThrottled(bool throttled);
RenderFrameImpl* render_frame_;

Powered by Google App Engine
This is Rietveld 408576698