From 800c8d730fc85e7bf9b548947f5842828346c485 Mon Sep 17 00:00:00 2001 From: "rch@chromium.org" Date: Wed, 30 May 2012 22:02:24 +0000 Subject: Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc BUG=116317 TEST= Review URL: https://chromiumcodereview.appspot.com/10174048 TBR=dmichael@chromium.org Review URL: https://chromiumcodereview.appspot.com/10456039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139646 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/proxy/proxy_channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppapi/proxy/proxy_channel.h') diff --git a/ppapi/proxy/proxy_channel.h b/ppapi/proxy/proxy_channel.h index ffd3f2f..424da94 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) && !defined(OS_NACL) +#if defined(OS_POSIX) int TakeRendererFD(); #endif -- cgit v1.1