| Index: trunk/src/chrome/browser/pepper_flash_settings_manager.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/pepper_flash_settings_manager.cc (revision 273593)
|
| +++ trunk/src/chrome/browser/pepper_flash_settings_manager.cc (working copy)
|
| @@ -353,7 +353,7 @@
|
| return;
|
| }
|
|
|
| - channel_ = IPC::Channel::CreateClient(handle, this);
|
| + channel_.reset(new IPC::Channel(handle, IPC::Channel::MODE_CLIENT, this));
|
| if (!channel_->Connect()) {
|
| DLOG(ERROR) << "Couldn't connect to plugin";
|
| NotifyErrorFromIOThread();
|
|
|