| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index 44c4c18a388fd1bdf002a4c505376d4d3194c887..8c5aee88a94b1c35a065a5165c7fa11c9062b260 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -39,6 +39,7 @@ class ConnectionToHost;
|
| } // namespace protocol
|
|
|
| class ChromotingClient;
|
| +class ChromotingStats;
|
| class ClientContext;
|
| class InputHandler;
|
| class JingleThread;
|
| @@ -78,6 +79,9 @@ class ChromotingInstance : public pp::Instance {
|
|
|
| void LogDebugInfo(const std::string& info);
|
|
|
| + // Return statistics record by ChromotingClient.
|
| + ChromotingStats* GetStats();
|
| +
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(ChromotingInstanceTest, TestCaseSetup);
|
|
|
|
|