summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/proxy_channel.h
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-31 19:37:54 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-31 19:37:54 +0000
commit4e8f0a76a825acd08f373b0492c90bdd6cc10f0b (patch)
tree61fbad848b0c240ce749a48a3244da536397af89 /ppapi/proxy/proxy_channel.h
parent6eed4094d08609af962197b99d2348d442d00d72 (diff)
downloadchromium_src-4e8f0a76a825acd08f373b0492c90bdd6cc10f0b.zip
chromium_src-4e8f0a76a825acd08f373b0492c90bdd6cc10f0b.tar.gz
chromium_src-4e8f0a76a825acd08f373b0492c90bdd6cc10f0b.tar.bz2
PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.cc
Original CL: http://codereview.chromium.org/10174048/ Was committed at 139635, reverted at 139646 due to a flake. BUG=116317 TEST= TBR=dmichael@chromium.org Review URL: https://chromiumcodereview.appspot.com/10442112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139840 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/proxy_channel.h')
-rw-r--r--ppapi/proxy/proxy_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/proxy_channel.h b/ppapi/proxy/proxy_channel.h
index 424da94..ffd3f2f 100644
--- a/ppapi/proxy/proxy_channel.h
+++ b/ppapi/proxy/proxy_channel.h
@@ -78,7 +78,7 @@ class PPAPI_PROXY_EXPORT ProxyChannel
return channel_.get();
}
-#if defined(OS_POSIX)
+#if defined(OS_POSIX) && !defined(OS_NACL)
int TakeRendererFD();
#endif