Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: remoting/client/plugin/chromoting_instance.h

Issue 1181743005: Report video and network stats averaged over 1s, and create corresponding UMA metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Declare time-window constants as static. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698