summaryrefslogtreecommitdiffstats
path: root/remoting/client/chromoting_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/client/chromoting_client.h')
-rw-r--r--remoting/client/chromoting_client.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
index 7df0816..765b523 100644
--- a/remoting/client/chromoting_client.h
+++ b/remoting/client/chromoting_client.h
@@ -26,6 +26,10 @@ class MessageLoop;
namespace remoting {
+namespace protocol {
+class TransportFactory;
+} // namespace protocol
+
class ClientContext;
class RectangleUpdateDecoder;
@@ -44,7 +48,8 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
const base::Closure& client_done);
virtual ~ChromotingClient();
- void Start(scoped_refptr<XmppProxy> xmpp_proxy);
+ void Start(scoped_refptr<XmppProxy> xmpp_proxy,
+ scoped_ptr<protocol::TransportFactory> transport_factory);
void Stop(const base::Closure& shutdown_task);
void ClientDone();