diff options
Diffstat (limited to 'remoting/protocol/pepper_stream_channel.h')
-rw-r--r-- | remoting/protocol/pepper_stream_channel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/protocol/pepper_stream_channel.h b/remoting/protocol/pepper_stream_channel.h index 5c17e4f..ead43e9 100644 --- a/remoting/protocol/pepper_stream_channel.h +++ b/remoting/protocol/pepper_stream_channel.h @@ -67,9 +67,6 @@ class PepperStreamChannel : public PepperChannel, // Indicates that we've finished connecting. bool connected_; - // Callback called by the TCP layer. - net::OldCompletionCallbackImpl<PepperStreamChannel> p2p_connect_callback_; - DISALLOW_COPY_AND_ASSIGN(PepperStreamChannel); }; |