DescriptionRenamed WebRTCStats.h to WebRTCLegacyStats.h and cleaned it up.
Changes:
- WebRTCStats.h renamed to WebRTCLegacyStats.h
- Removed WebRTCStatsType and WebRTCStatsMemberName - not used
- Renamed WebRTCStats and WebRTCStatsMemberIterator to
WebRTCLegacyStats and WebRTCLegacyStatsMemberIterator
- Updated affected code
These classes/enums are used to surface stats from the WebRTC repo to
Blink. They were originally added to support both the old stats and
the new stats which are currently being added to the WebRTC repo.
Because we decided to add the new stats using a new stats collection
API, we'll want to surface the new stats into Blink differently. We
rename these classes/enums as to not confuse the classes relating to
the new stats ("RTCStats") with the classes relating to the old stats
("RTCLegacyStatsReport").
More classes should be renamed in separate CLs.
BUG=chromium:627816
Committed: https://crrev.com/b89aa18be2df6bde8251331255251b9c18c1d772
Cr-Commit-Position: refs/heads/master@{#416532}
Patch Set 1 : Renamed WebRTCStats.h -> WebRTCLegacyStats.h #Patch Set 2 : Renamed and removed stuff in WebRTCLegacyStats.h, updated code using it #Patch Set 3 : Fixed compile error #Messages
Total messages: 22 (15 generated)
|