| Index: remoting/protocol/fake_session.h
|
| diff --git a/remoting/protocol/fake_session.h b/remoting/protocol/fake_session.h
|
| index a52e88c4bcf4aabaa75ec6c35834bff3aa26e12c..2516a789ea8381d0fd123c5450d32527b09ba9d5 100644
|
| --- a/remoting/protocol/fake_session.h
|
| +++ b/remoting/protocol/fake_session.h
|
| @@ -150,9 +150,6 @@ class FakeSession : public Session {
|
| const DatagramChannelCallback& callback) OVERRIDE;
|
| virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
|
|
|
| - virtual FakeSocket* control_channel() OVERRIDE;
|
| - virtual FakeSocket* event_channel() OVERRIDE;
|
| -
|
| virtual const std::string& jid() OVERRIDE;
|
|
|
| virtual const CandidateSessionConfig* candidate_config() OVERRIDE;
|
| @@ -174,8 +171,6 @@ class FakeSession : public Session {
|
| scoped_ptr<const CandidateSessionConfig> candidate_config_;
|
| SessionConfig config_;
|
| MessageLoop* message_loop_;
|
| - FakeSocket control_channel_;
|
| - FakeSocket event_channel_;
|
|
|
| std::map<std::string, FakeSocket*> stream_channels_;
|
| std::map<std::string, FakeUdpSocket*> datagram_channels_;
|
|
|