| Index: remoting/client/chromoting_client.h
|
| diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
|
| index 7df081682e6d195f62b1bd5c15de837427266f09..765b523cdd886a3be157dda8e2d5e7a77e794916 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();
|
|
|
|
|