| Index: content/plugin/plugin_channel.h
|
| diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h
|
| index 4439920785252b8bfa4ccd48b6b17ee6e1807ccc..6a5bb74aa95631e814f7f9f0f33b2a206852755d 100644
|
| --- a/content/plugin/plugin_channel.h
|
| +++ b/content/plugin/plugin_channel.h
|
| @@ -51,7 +51,9 @@ class PluginChannel : public PluginChannelBase {
|
| void set_incognito(bool value) { incognito_ = value; }
|
|
|
| #if defined(OS_POSIX)
|
| - int renderer_fd() const { return channel_->GetClientFileDescriptor(); }
|
| + int TakeRendererFileDescriptor() {
|
| + return channel_->TakeClientFileDescriptor();
|
| + }
|
| #endif
|
|
|
| protected:
|
|
|