| Index: remoting/test/test_chromoting_client.h
|
| diff --git a/remoting/test/test_chromoting_client.h b/remoting/test/test_chromoting_client.h
|
| index cb0c730b0837483ab3eb038ef100011107c3f84a..a7894ebcf6c09b7c7b4e358065fe5446c042dede 100644
|
| --- a/remoting/test/test_chromoting_client.h
|
| +++ b/remoting/test/test_chromoting_client.h
|
| @@ -46,6 +46,10 @@ class TestChromotingClient : public ClientUserInterface,
|
| explicit TestChromotingClient(scoped_ptr<VideoRenderer> video_renderer);
|
| ~TestChromotingClient() override;
|
|
|
| + // Converts the state into a string.
|
| + static const char* ConnectionStateToFriendlyString(
|
| + remoting::protocol::ConnectionToHost::State state);
|
| +
|
| // Starts a Chromoting connection using the specified connection setup info.
|
| void StartConnection(const ConnectionSetupInfo& connection_setup_info);
|
|
|
|
|