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

Unified Diff: remoting/client/chromoting_client.cc

Issue 394883008: Add basic perf tests for chromoting protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « remoting/client/chromoting_client.h ('k') | remoting/host/client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/chromoting_client.cc
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
index 99b51c185ce6775ce05c696b8c9accc8e832a97d..590902abcdccefc63e55b46a8f1e60e5f00dd2bd 100644
--- a/remoting/client/chromoting_client.cc
+++ b/remoting/client/chromoting_client.cc
@@ -41,7 +41,11 @@ ChromotingClient::ChromotingClient(
}
}
-ChromotingClient::~ChromotingClient() {
+ChromotingClient::~ChromotingClient() {}
+
+void ChromotingClient::SetProtocolConfigForTests(
+ scoped_ptr<protocol::CandidateSessionConfig> config) {
+ connection_.set_candidate_config(config.Pass());
}
void ChromotingClient::Start(
« no previous file with comments | « remoting/client/chromoting_client.h ('k') | remoting/host/client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698