| 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 541427f23b8f1d307cda11b87f944fb82b15c2ab..716cd82195fd1af6581f802b5318b2a5adbf1ec3 100644
|
| --- a/content/public/renderer/plugin_instance_throttler.h
|
| +++ b/content/public/renderer/plugin_instance_throttler.h
|
| @@ -72,7 +72,7 @@ class CONTENT_EXPORT PluginInstanceThrottler {
|
| virtual void OnThrottlerDestroyed() {}
|
| };
|
|
|
| - static std::unique_ptr<PluginInstanceThrottler> Create();
|
| + static std::unique_ptr<PluginInstanceThrottler> Create(bool record_decision);
|
|
|
| static void RecordUnthrottleMethodMetric(PowerSaverUnthrottleMethod method);
|
|
|
|
|