Index: ppapi/proxy/plugin_main_nacl.cc |
diff --git a/ppapi/proxy/plugin_main_nacl.cc b/ppapi/proxy/plugin_main_nacl.cc |
index f050778227cad4eef35c4f1c26f59fe1a6ccbcbe..46b1e9c7b67ee99a396bd2511dd9aceccbaa2af1 100644 |
--- a/ppapi/proxy/plugin_main_nacl.cc |
+++ b/ppapi/proxy/plugin_main_nacl.cc |
@@ -214,6 +214,8 @@ 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 */, |