| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index 3458c78dea3d393bde80cf03b5bbba88fea54e48..23d9ca2ba262e21ab5f9b44e26b2b65c1df31393 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -87,6 +87,7 @@ class ChromotingInstance : public pp::Instance {
|
| void LogDebugInfo(const std::string& info);
|
|
|
| // Return statistics record by ChromotingClient.
|
| + // If no connection is currently active then NULL will be returned.
|
| ChromotingStats* GetStats();
|
|
|
| private:
|
|
|