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