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

Unified Diff: remoting/test/app_remoting_connection_helper.cc

Issue 2542343004: Updating the Chromoting Test Driver to target the test environment (Closed)
Patch Set: Addressing feedback Created 4 years 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/test/access_token_fetcher.cc ('k') | remoting/test/chromoting_test_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/app_remoting_connection_helper.cc
diff --git a/remoting/test/app_remoting_connection_helper.cc b/remoting/test/app_remoting_connection_helper.cc
index 39535f5b71d7024feb92313cedffaa6ff33b9b12..fce892751a6561c99630d2ee4ccd659e5987a26d 100644
--- a/remoting/test/app_remoting_connection_helper.cc
+++ b/remoting/test/app_remoting_connection_helper.cc
@@ -75,9 +75,11 @@ bool AppRemotingConnectionHelper::StartConnection() {
timer_->Start(FROM_HERE, base::TimeDelta::FromSeconds(30),
run_loop_->QuitClosure());
- client_->StartConnection(remote_host_info.GenerateConnectionSetupInfo(
- AppRemotingSharedData->access_token(),
- AppRemotingSharedData->user_name()));
+ client_->StartConnection(
+ /*use_test_api_settings=*/false,
+ remote_host_info.GenerateConnectionSetupInfo(
+ AppRemotingSharedData->access_token(),
+ AppRemotingSharedData->user_name()));
run_loop_->Run();
timer_->Stop();
« no previous file with comments | « remoting/test/access_token_fetcher.cc ('k') | remoting/test/chromoting_test_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698