| Index: ppapi/proxy/ppb_video_capture_proxy.cc
|
| ===================================================================
|
| --- ppapi/proxy/ppb_video_capture_proxy.cc (revision 167753)
|
| +++ ppapi/proxy/ppb_video_capture_proxy.cc (working copy)
|
| @@ -302,9 +302,6 @@
|
| }
|
|
|
| bool PPB_VideoCapture_Proxy::OnMessageReceived(const IPC::Message& msg) {
|
| - if (!dispatcher()->permissions().HasPermission(PERMISSION_DEV))
|
| - return false;
|
| -
|
| bool handled = true;
|
| IPC_BEGIN_MESSAGE_MAP(PPB_VideoCapture_Proxy, msg)
|
| IPC_MESSAGE_HANDLER(PpapiHostMsg_PPBVideoCapture_Create, OnMsgCreate)
|
|
|