| 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 f9c5b92a2cce71e7ff50c1752aa21d9324c04089..d21acafcaff0ef64cc7dcaae28ebcca86e1ed322 100644
|
| --- a/content/public/renderer/plugin_instance_throttler.h
|
| +++ b/content/public/renderer/plugin_instance_throttler.h
|
| @@ -64,7 +64,7 @@ class CONTENT_EXPORT PluginInstanceThrottler {
|
| virtual void OnThrottlerDestroyed() {}
|
| };
|
|
|
| - static scoped_ptr<PluginInstanceThrottler> Create(bool power_saver_enabled);
|
| + static scoped_ptr<PluginInstanceThrottler> Create();
|
|
|
| static void RecordUnthrottleMethodMetric(PowerSaverUnthrottleMethod method);
|
|
|
|
|