Index: content/renderer/pepper/plugin_instance_throttler_impl_unittest.cc |
diff --git a/content/renderer/pepper/plugin_instance_throttler_impl_unittest.cc b/content/renderer/pepper/plugin_instance_throttler_impl_unittest.cc |
index 0b3e398749d8674c6f06a83be90e1e3fba36a036..ccf6c97e6d7ecea41e1f5bf8a895c4b80cf65572 100644 |
--- a/content/renderer/pepper/plugin_instance_throttler_impl_unittest.cc |
+++ b/content/renderer/pepper/plugin_instance_throttler_impl_unittest.cc |
@@ -39,8 +39,7 @@ class PluginInstanceThrottlerImplTest |
blink::WebRect rect; |
rect.width = 100; |
rect.height = 100; |
- throttler_.reset( |
- new PluginInstanceThrottlerImpl(true /* power_saver_enabled */)); |
+ throttler_.reset(new PluginInstanceThrottlerImpl); |
throttler_->Initialize(nullptr, GURL("http://example.com"), |
"Shockwave Flash", rect); |
throttler_->AddObserver(this); |