| Index: chrome/plugin/plugin_thread.h
|
| diff --git a/chrome/plugin/plugin_thread.h b/chrome/plugin/plugin_thread.h
|
| index 911940aea0f3e105010d8c21093df73087a6260f..e9074aa823553716f2cda685cb1f05f2b0896760 100644
|
| --- a/chrome/plugin/plugin_thread.h
|
| +++ b/chrome/plugin/plugin_thread.h
|
| @@ -37,11 +37,7 @@ class PluginThread : public ChildThread {
|
| virtual void CleanUp();
|
|
|
| // Callback for when a channel has been created.
|
| - // On POSIX, |socket| is the channel endpoint socket.
|
| void OnCreateChannel(
|
| -#if defined(OS_POSIX)
|
| - base::FileDescriptor socket,
|
| -#endif
|
| int process_id,
|
| bool off_the_record);
|
| void OnPluginMessage(const std::vector<uint8> &data);
|
|
|