| Index: chrome/nacl/nacl_ipc_adapter.cc
|
| ===================================================================
|
| --- chrome/nacl/nacl_ipc_adapter.cc (revision 137169)
|
| +++ chrome/nacl/nacl_ipc_adapter.cc (working copy)
|
| @@ -281,6 +281,12 @@
|
| return MakeNaClDescCustom(this);
|
| }
|
|
|
| +#if defined(OS_POSIX)
|
| +int NaClIPCAdapter::TakeClientFileDescriptor() {
|
| + return io_thread_data_.channel_->TakeClientFileDescriptor();
|
| +}
|
| +#endif
|
| +
|
| bool NaClIPCAdapter::OnMessageReceived(const IPC::Message& message) {
|
| {
|
| base::AutoLock lock(lock_);
|
|
|