| Index: remoting/protocol/message_reader.h
|
| diff --git a/remoting/protocol/message_reader.h b/remoting/protocol/message_reader.h
|
| index 984cc1a9588f02e2d2e7f26fe8caa1348a83f1e7..bf8aae482752cecd65210cd266aec2785cf75b35 100644
|
| --- a/remoting/protocol/message_reader.h
|
| +++ b/remoting/protocol/message_reader.h
|
| @@ -59,9 +59,6 @@ class MessageReader : public base::RefCountedThreadSafe<MessageReader> {
|
|
|
| net::Socket* socket_;
|
|
|
| - // The network message loop this object runs on.
|
| - MessageLoop* message_loop_;
|
| -
|
| // Set to true, when we have a socket read pending, and expecting
|
| // OnRead() to be called when new data is received.
|
| bool read_pending_;
|
|
|