diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 21:12:18 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 21:12:18 +0000 |
commit | 1c6a905fc512c9276e619af5c9fb7ad11369bc3b (patch) | |
tree | ef322078485f2b494809b88a6197f6cd2dcc36c8 /ipc/ipc_channel_proxy.cc | |
parent | 83b02bf3c0e655b8a2a19fa7318720f97c355c00 (diff) | |
download | chromium_src-1c6a905fc512c9276e619af5c9fb7ad11369bc3b.zip chromium_src-1c6a905fc512c9276e619af5c9fb7ad11369bc3b.tar.gz chromium_src-1c6a905fc512c9276e619af5c9fb7ad11369bc3b.tar.bz2 |
PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc
BUG=116317
TEST=
Review URL: https://chromiumcodereview.appspot.com/10174048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_channel_proxy.cc')
-rw-r--r-- | ipc/ipc_channel_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc index 3f0afa1..b9cc79c 100644 --- a/ipc/ipc_channel_proxy.cc +++ b/ipc/ipc_channel_proxy.cc @@ -367,7 +367,7 @@ void ChannelProxy::ClearIPCMessageLoop() { context()->ClearIPCMessageLoop(); } -#if defined(OS_POSIX) +#if defined(OS_POSIX) && !defined(OS_NACL) // See the TODO regarding lazy initialization of the channel in // ChannelProxy::Init(). int ChannelProxy::GetClientFileDescriptor() { |