| Index: remoting/protocol/fake_session.h
|
| diff --git a/remoting/protocol/fake_session.h b/remoting/protocol/fake_session.h
|
| index 2516a789ea8381d0fd123c5450d32527b09ba9d5..7eaab6becf0b8ea93ebdcb621a3691e32bf73c3e 100644
|
| --- a/remoting/protocol/fake_session.h
|
| +++ b/remoting/protocol/fake_session.h
|
| @@ -156,14 +156,6 @@ class FakeSession : public Session {
|
| virtual const SessionConfig& config() OVERRIDE;
|
| virtual void set_config(const SessionConfig& config) OVERRIDE;
|
|
|
| - virtual const std::string& initiator_token() OVERRIDE;
|
| - virtual void set_initiator_token(const std::string& initiator_token) OVERRIDE;
|
| - virtual const std::string& receiver_token() OVERRIDE;
|
| - virtual void set_receiver_token(const std::string& receiver_token) OVERRIDE;
|
| -
|
| - virtual void set_shared_secret(const std::string& secret) OVERRIDE;
|
| - virtual const std::string& shared_secret() OVERRIDE;
|
| -
|
| virtual void Close() OVERRIDE;
|
|
|
| public:
|
| @@ -175,11 +167,6 @@ class FakeSession : public Session {
|
| std::map<std::string, FakeSocket*> stream_channels_;
|
| std::map<std::string, FakeUdpSocket*> datagram_channels_;
|
|
|
| - std::string initiator_token_;
|
| - std::string receiver_token_;
|
| -
|
| - std::string shared_secret_;
|
| -
|
| std::string jid_;
|
|
|
| Session::Error error_;
|
|
|