Chromium Code Reviews| Index: ppapi/proxy/ppb_testing_proxy.cc |
| =================================================================== |
| --- ppapi/proxy/ppb_testing_proxy.cc (revision 167753) |
| +++ ppapi/proxy/ppb_testing_proxy.cc (working copy) |
| @@ -157,9 +157,6 @@ |
| } |
| bool PPB_Testing_Proxy::OnMessageReceived(const IPC::Message& msg) { |
| - if (!dispatcher()->permissions().HasPermission(PERMISSION_TESTING)) |
| - return false; |
| - |
| bool handled = true; |
| IPC_BEGIN_MESSAGE_MAP(PPB_Testing_Proxy, msg) |
| IPC_MESSAGE_HANDLER(PpapiHostMsg_PPBTesting_ReadImageData, |