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

Unified Diff: webrtc/api/statstypes.h

Issue 1940493002: Add Stats to Stun ping. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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: webrtc/api/statstypes.h
diff --git a/webrtc/api/statstypes.h b/webrtc/api/statstypes.h
index 9e1c0682178fb7b5636a1896b38b8999aa31f0fa..7f5fdef85873663dc379c8fd0ab848c43bd266c4 100644
--- a/webrtc/api/statstypes.h
+++ b/webrtc/api/statstypes.h
@@ -117,6 +117,8 @@ class StatsReport {
kStatsValueNameSsrc,
kStatsValueNameState,
kStatsValueNameTransportId,
+ kStatsValueNameSentPingRequests,
+ kStatsValueNameRecvPingResponses,
// Internal StatsValue names.
kStatsValueNameAccelerateRate,
« no previous file with comments | « webrtc/api/statscollector.cc ('k') | webrtc/api/statstypes.cc » ('j') | webrtc/api/statstypes.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698