summaryrefslogtreecommitdiffstats
path: root/content/plugin/plugin_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/plugin/plugin_thread.cc')
-rw-r--r--content/plugin/plugin_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc
index f1b8d95..2663b0f 100644
--- a/content/plugin/plugin_thread.cc
+++ b/content/plugin/plugin_thread.cc
@@ -146,7 +146,7 @@ void PluginThread::OnCreateChannel(int renderer_id,
#if defined(OS_POSIX)
// On POSIX, pass the renderer-side FD.
channel_handle.socket =
- base::FileDescriptor(channel->TakeRendererFileDescriptor(), true);
+ base::FileDescriptor(channel->TakeRendererFileDescriptor());
#endif
channel->set_incognito(incognito);
}