| Index: remoting/client/chromoting_client.h
|
| diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
|
| index 443bd6c6882bd4ec32d6be7fda98ff4801abafbb..11d4948b713a6a33fc03f6759182cdddacd4dbab 100644
|
| --- a/remoting/client/chromoting_client.h
|
| +++ b/remoting/client/chromoting_client.h
|
| @@ -13,13 +13,13 @@
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/threading/thread_checker.h"
|
| #include "remoting/protocol/client_authentication_config.h"
|
| #include "remoting/protocol/client_stub.h"
|
| #include "remoting/protocol/clipboard_stub.h"
|
| #include "remoting/protocol/connection_to_host.h"
|
| #include "remoting/protocol/input_stub.h"
|
| #include "remoting/protocol/mouse_input_filter.h"
|
| -#include "remoting/protocol/performance_tracker.h"
|
| #include "remoting/protocol/session_config.h"
|
| #include "remoting/protocol/video_stub.h"
|
| #include "remoting/signaling/signal_strategy.h"
|
| @@ -144,9 +144,6 @@ class ChromotingClient : public SignalStrategy::Listener,
|
| // True if |protocol::Capabilities| message has been received.
|
| bool host_capabilities_received_ = false;
|
|
|
| - // Record the statistics of the connection.
|
| - protocol::PerformanceTracker perf_tracker_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ChromotingClient);
|
| };
|
|
|
|
|