Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: remoting/protocol/connection_to_host.h

Issue 384523003: Cleanups in ChromotingClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/ios/bridge/client_instance.cc ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « remoting/ios/bridge/client_instance.cc ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698