| 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 617b4b12560cc79eaf8c025609ef7e245325a318..5fa327679794a658b62c58f191c39f24a236f664 100644
|
| --- a/content/public/renderer/plugin_instance_throttler.h
|
| +++ b/content/public/renderer/plugin_instance_throttler.h
|
| @@ -70,6 +70,8 @@ class CONTENT_EXPORT PluginInstanceThrottler {
|
| const GURL& plugin_url,
|
| PluginPowerSaverMode power_saver_mode);
|
|
|
| + static void RecordUnthrottleMethodMetric(PowerSaverUnthrottleMethod method);
|
| +
|
| virtual ~PluginInstanceThrottler() {}
|
|
|
| virtual void AddObserver(Observer* observer) = 0;
|
|
|