Chromium Code Reviews| Index: ipc/ipc_channel_proxy.cc |
| =================================================================== |
| --- ipc/ipc_channel_proxy.cc (revision 133452) |
| +++ ipc/ipc_channel_proxy.cc (working copy) |
| @@ -387,7 +387,7 @@ |
| context()->ClearIPCMessageLoop(); |
| } |
| -#if defined(OS_POSIX) && !defined(OS_NACL) |
| +#if defined(OS_POSIX) |
| // See the TODO regarding lazy initialization of the channel in |
| // ChannelProxy::Init(). |
| int ChannelProxy::GetClientFileDescriptor() { |