Chromium Code Reviews| Index: content/plugin/plugin_channel.h |
| diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h |
| index 4439920785252b8bfa4ccd48b6b17ee6e1807ccc..c59ca9b5fd027b49d0d321946f1b0a9d9458f107 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 TakeClientFileDescriptor() { |
|
darin (slow to review)
2011/09/15 05:43:37
would it help to name this TakeRendererFileDescrip
Paweł Hajdan Jr.
2011/09/15 18:36:44
Done.
|
| + return channel_->TakeClientFileDescriptor(); |
| + } |
| #endif |
| protected: |