| Index: content/browser/plugin_service_impl_browsertest.cc
|
| diff --git a/content/browser/plugin_service_impl_browsertest.cc b/content/browser/plugin_service_impl_browsertest.cc
|
| index 9c1e9f172fdb4d4dad5c5b2d739aae611cb9a37a..54f8f22d7cd2c88f1df5964267d960092778c73f 100644
|
| --- a/content/browser/plugin_service_impl_browsertest.cc
|
| +++ b/content/browser/plugin_service_impl_browsertest.cc
|
| @@ -61,7 +61,7 @@ class MockPluginProcessHostClient : public PluginProcessHost::Client,
|
| ASSERT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| ASSERT_TRUE(set_plugin_info_called_);
|
| ASSERT_TRUE(!channel_);
|
| - channel_ = IPC::Channel::CreateClient(handle, this).release();
|
| + channel_ = IPC::Channel::CreateClient(handle, this, nullptr).release();
|
| ASSERT_TRUE(channel_->Connect());
|
| }
|
|
|
|
|