| Index: remoting/protocol/fake_session.h
|
| diff --git a/remoting/protocol/fake_session.h b/remoting/protocol/fake_session.h
|
| index c7be7e40a2103a58f4e1d4b59fb15fd3265dffcf..fede2706ff0fbe3b4dd33df2d0d1d6bb7d688b6a 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_;
|
|
|