| Index: remoting/protocol/connection_to_host.h
|
| diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
|
| index d1e13134cd9739dda6042099a2dcf9844a6230d6..88d633c3b2196a0305bc93a6b7cbcad211852186 100644
|
| --- a/remoting/protocol/connection_to_host.h
|
| +++ b/remoting/protocol/connection_to_host.h
|
| @@ -80,7 +80,7 @@ class ConnectionToHost : public SignalStrategy::Listener,
|
| const protocol::TransportRoute& route) = 0;
|
| };
|
|
|
| - ConnectionToHost(bool allow_nat_traversal);
|
| + ConnectionToHost();
|
| virtual ~ConnectionToHost();
|
|
|
| // Set the stubs which will handle messages from the host.
|
| @@ -104,7 +104,6 @@ class ConnectionToHost : public SignalStrategy::Listener,
|
| scoped_ptr<TransportFactory> transport_factory,
|
| scoped_ptr<Authenticator> authenticator,
|
| const std::string& host_jid,
|
| - const std::string& host_public_key,
|
| HostEventCallback* event_callback);
|
|
|
| // Returns the session configuration that was negotiated with the host.
|
| @@ -151,8 +150,6 @@ class ConnectionToHost : public SignalStrategy::Listener,
|
|
|
| void SetState(State state, ErrorCode error);
|
|
|
| - bool allow_nat_traversal_;
|
| -
|
| std::string host_jid_;
|
| std::string host_public_key_;
|
| scoped_ptr<Authenticator> authenticator_;
|
|
|