| 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 48a9bb6149138b59f3fa8ed1e1fb83844aa57c56..5c658736389829a4e548b2beeb7595d746411b53 100644
|
| --- a/content/renderer/pepper/plugin_instance_throttler_impl_unittest.cc
|
| +++ b/content/renderer/pepper/plugin_instance_throttler_impl_unittest.cc
|
| @@ -38,7 +38,8 @@ class PluginInstanceThrottlerImplTest
|
| }
|
|
|
| void SetUp() override {
|
| - throttler_.reset(new PluginInstanceThrottlerImpl);
|
| + throttler_.reset(
|
| + new PluginInstanceThrottlerImpl(RenderFrame::DONT_RECORD_DECISION));
|
| throttler_->Initialize(nullptr, url::Origin(GURL("http://example.com")),
|
| "Shockwave Flash", gfx::Size(100, 100));
|
| throttler_->AddObserver(this);
|
|
|