| 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();
|
|
|