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

Unified Diff: remoting/protocol/connection_to_host.h

Issue 10284008: Switch client to Pepper UDP API instead of Transport API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
Index: remoting/protocol/connection_to_host.h
diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
index 45e1f9a51e0a1c645bfddb8fb2df56966b90e255..0929ed7770ce0ccb7ab9cbce7bc45bbdc565581e 100644
--- a/remoting/protocol/connection_to_host.h
+++ b/remoting/protocol/connection_to_host.h
@@ -42,6 +42,7 @@ class ClipboardStub;
class HostStub;
class InputStub;
class SessionConfig;
+class TransportFactory;
class VideoReader;
class VideoStub;
@@ -72,6 +73,7 @@ class ConnectionToHost : public SignalStrategy::Listener,
const std::string& local_jid,
const std::string& host_jid,
const std::string& host_public_key,
+ scoped_ptr<TransportFactory> transport_factory,
scoped_ptr<Authenticator> authenticator,
HostEventCallback* event_callback,
ClientStub* client_stub,
@@ -122,7 +124,6 @@ class ConnectionToHost : public SignalStrategy::Listener,
void SetState(State state, ErrorCode error);
scoped_refptr<base::MessageLoopProxy> message_loop_;
- pp::Instance* pp_instance_;
bool allow_nat_traversal_;
std::string host_jid_;

Powered by Google App Engine
This is Rietveld 408576698