| Index: ppapi/proxy/plugin_main_nacl.cc
|
| diff --git a/ppapi/proxy/plugin_main_nacl.cc b/ppapi/proxy/plugin_main_nacl.cc
|
| index 985deb7bd129476581ecda5464228f30a4970fc4..bced1083f0d53bcc310c187c24f5ed6d00702640 100644
|
| --- a/ppapi/proxy/plugin_main_nacl.cc
|
| +++ b/ppapi/proxy/plugin_main_nacl.cc
|
| @@ -214,8 +214,6 @@ void PpapiDispatcher::OnMsgCreateNaClChannel(
|
| // plugin.
|
| ppapi::proxy::InterfaceList::SetProcessGlobalPermissions(
|
| args.permissions);
|
| - ppapi::proxy::InterfaceList::SetSupportsDevChannel(
|
| - args.supports_dev_channel);
|
|
|
| int32_t error = ::PPP_InitializeModule(
|
| 0 /* module */,
|
|
|