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

Unified Diff: remoting/client/plugin/chromoting_instance.h

Issue 1305453002: Add UMA stats for Chromoting connection details. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 4 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/client/plugin/chromoting_instance.h
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
index 09c2252ecb85c30a3132aac42755735f5e5977e2..9e453d51f40e9b5548269aa8324bbad5d4e55979 100644
--- a/remoting/client/plugin/chromoting_instance.h
+++ b/remoting/client/plugin/chromoting_instance.h
@@ -288,6 +288,10 @@ class ChromotingInstance : public ClientUserInterface,
// Weak reference to this instance, used for global logging and task posting.
base::WeakPtrFactory<ChromotingInstance> weak_factory_;
+ base::TimeTicks connection_started_time;
+ base::TimeTicks connection_authenticated_time_;
+ base::TimeTicks connection_connected_time_;
+
DISALLOW_COPY_AND_ASSIGN(ChromotingInstance);
};
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.cc » ('j') | remoting/webapp/base/js/client_session.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698