| Index: content/public/renderer/plugin_instance_throttler.h
|
| diff --git a/content/public/renderer/plugin_instance_throttler.h b/content/public/renderer/plugin_instance_throttler.h
|
| index ca981c6a33e7576b788a1496b80fe7f02da36d06..404def021d9bf66cbf83cf4dc8f6aa463a317db5 100644
|
| --- a/content/public/renderer/plugin_instance_throttler.h
|
| +++ b/content/public/renderer/plugin_instance_throttler.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "content/common/content_export.h"
|
| +#include "content/public/renderer/render_frame.h"
|
|
|
| namespace blink {
|
| class WebPlugin;
|
| @@ -73,7 +74,8 @@ class CONTENT_EXPORT PluginInstanceThrottler {
|
| virtual void OnThrottlerDestroyed() {}
|
| };
|
|
|
| - static std::unique_ptr<PluginInstanceThrottler> Create();
|
| + static std::unique_ptr<PluginInstanceThrottler> Create(
|
| + RenderFrame::RecordPeripheralDecision record_decision);
|
|
|
| static void RecordUnthrottleMethodMetric(PowerSaverUnthrottleMethod method);
|
|
|
|
|