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(); |
Wez
2015/07/08 23:42:29
nit: SendUmaPerfStats() as per style-guide naming
anandc
2015/07/09 19:17:10
Reverted to a single function now.
|
void ProcessLogToUI(const std::string& message); |