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

Unified Diff: remoting/test/test_chromoting_client.cc

Issue 1008043003: Adding Test Fixture for initial test cases for the App Remoting Test Driver. Also includes the pub… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/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() {
« remoting/test/remote_host_info_fetcher.cc ('K') | « remoting/test/test_chromoting_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698