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

Unified Diff: remoting/test/chromoting_test_fixture.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/chromoting_test_driver_tests.cc ('k') | remoting/test/fake_host_list_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/chromoting_test_fixture.cc
diff --git a/remoting/test/chromoting_test_fixture.cc b/remoting/test/chromoting_test_fixture.cc
index 705995f0d5532dfac598c284964ca61dcab12a67..b57c1a914390668eef30230aedfa50c67b28a8b4 100644
--- a/remoting/test/chromoting_test_fixture.cc
+++ b/remoting/test/chromoting_test_fixture.cc
@@ -68,6 +68,7 @@ bool ChromotingTestFixture::ConnectToHost(
protocol::ConnectionToHost::State::INITIALIZING,
protocol::ErrorCode::OK);
test_chromoting_client_->StartConnection(
+ g_chromoting_shared_data->use_test_environment(),
g_chromoting_shared_data->host_info().GenerateConnectionSetupInfo(
g_chromoting_shared_data->access_token(),
g_chromoting_shared_data->user_name(),
« no previous file with comments | « remoting/test/chromoting_test_driver_tests.cc ('k') | remoting/test/fake_host_list_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698