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

Unified Diff: remoting/test/test_chromoting_client.h

Issue 2542343004: Updating the Chromoting Test Driver to target the test environment (Closed)
Patch Set: Fixed a swapped test/prod condition 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
Index: remoting/test/test_chromoting_client.h
diff --git a/remoting/test/test_chromoting_client.h b/remoting/test/test_chromoting_client.h
index e4c0a804b480c91c80dd184f39bc29cae760347c..84a6d36b57653a8413e8fcf741eebabe982057e3 100644
--- a/remoting/test/test_chromoting_client.h
+++ b/remoting/test/test_chromoting_client.h
@@ -49,7 +49,8 @@ class TestChromotingClient : public ClientUserInterface,
~TestChromotingClient() override;
// Starts a Chromoting connection using the specified connection setup info.
- void StartConnection(const ConnectionSetupInfo& connection_setup_info);
+ void StartConnection(bool use_test_api_values,
+ const ConnectionSetupInfo& connection_setup_info);
// Ends the current remote connection and updates the connection state.
void EndConnection();

Powered by Google App Engine
This is Rietveld 408576698