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

Unified Diff: remoting/test/test_chromoting_client.h

Issue 1238343002: Added ConnectionTimeObserver to calculate the times to authenticate and connect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed timer from observer, used print friendly string in TestChromotingClient, and made modificat… Created 5 years, 5 months 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 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);

Powered by Google App Engine
This is Rietveld 408576698