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

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

Issue 1114623002: Plugin Power Saver: Make PPS work well with prerendered pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 8 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/plugin_instance_throttler_impl.h
diff --git a/content/renderer/pepper/plugin_instance_throttler_impl.h b/content/renderer/pepper/plugin_instance_throttler_impl.h
index 13fe1aef803e9909b4865c82363070f58921b99b..ebc9b8698294747cd6315f8e710ebfa584af165f 100644
--- a/content/renderer/pepper/plugin_instance_throttler_impl.h
+++ b/content/renderer/pepper/plugin_instance_throttler_impl.h
@@ -84,6 +84,7 @@ class CONTENT_EXPORT PluginInstanceThrottlerImpl
void AudioThrottledFrameTimeout();
void EngageThrottle();
+ void BroadcastThrottleStateChange();
ThrottlerState state_;

Powered by Google App Engine
This is Rietveld 408576698