Index: chrome/nacl/nacl_ipc_adapter.cc |
=================================================================== |
--- chrome/nacl/nacl_ipc_adapter.cc (revision 171259) |
+++ chrome/nacl/nacl_ipc_adapter.cc (working copy) |
@@ -546,10 +546,6 @@ |
base::Passed(&response))); |
break; |
} |
- case ppapi::proxy::SerializedHandle::FILE: |
- // TODO(raymes): Handle file handles for NaCl. |
- NOTIMPLEMENTED(); |
- break; |
case ppapi::proxy::SerializedHandle::INVALID: { |
// Nothing to do. TODO(dmichael): Should we log this? Or is it |
// sometimes okay to pass an INVALID handle? |