| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index 7f600bb1d9aecb35dc2c87163135479a92fb3039..15586e95450c98d50dc7a90b2841b97892c5905c 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -219,7 +219,9 @@ class ChromotingInstance : public ClientUserInterface,
|
| // Callback for DelegatingSignalStrategy.
|
| void SendOutgoingIq(const std::string& iq);
|
|
|
| - void SendPerfStats();
|
| + void SendDisplayPerfStats();
|
| +
|
| + void SendUMAPerfStats();
|
|
|
| void ProcessLogToUI(const std::string& message);
|
|
|
|
|