webrtc/stats
Taylor Brandstetter e275174b1b Adding "is_standardized" flag to RTCStatsMember.
This will allow us to add unstandardized stats for the benefit of
native applications, and easily filter them out in chromium (without
having to maintain a whitelist that lists out every member
individually).

Unstandardized stats are declared as "RTCNonStandardStatsMember",
to make it clear in the declaration (in rtcstats_objects.h) whether
something is standardized or not.

Bug: webrtc:9410
Change-Id: I7c9804c261b7af96738e94dadeaa4b8a56b9ef2c
Reviewed-on: https://webrtc-review.googlesource.com/83743
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23760}
2018-06-28 00:43:46 +00:00
..
test Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
BUILD.gn Removing useless dependencies on //testing/gmock. 2018-01-26 13:34:12 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS
rtcstats.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtcstats_objects.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtcstats_unittest.cc Adding "is_standardized" flag to RTCStatsMember. 2018-06-28 00:43:46 +00:00
rtcstatsreport.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtcstatsreport_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00