| Index: remoting/test/test_chromoting_client.cc
|
| diff --git a/remoting/test/test_chromoting_client.cc b/remoting/test/test_chromoting_client.cc
|
| index 925a4fbd7285804e686e68cd14e7d3c167c9f92f..f707377c1591ffa3fe1078e7e2e2d9c09eaccbb3 100644
|
| --- a/remoting/test/test_chromoting_client.cc
|
| +++ b/remoting/test/test_chromoting_client.cc
|
| @@ -31,6 +31,9 @@
|
|
|
| namespace {
|
|
|
| +const char kAppRemotingCapabilities[] =
|
| + "rateLimitResizeRequests desktopShape sendInitialResolution googleDrive";
|
| +
|
| const char kXmppHostName[] = "talk.google.com";
|
| const int kXmppPortNumber = 5222;
|
|
|
| @@ -212,8 +215,7 @@ void TestChromotingClient::StartConnection(
|
|
|
| chromoting_client_->Start(signal_strategy_.get(), authenticator.Pass(),
|
| transport_factory.Pass(), remote_host_info.host_jid,
|
| - std::string() // capabilities
|
| - );
|
| + kAppRemotingCapabilities);
|
| }
|
|
|
| void TestChromotingClient::EndConnection() {
|
|
|