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

Unified Diff: chrome/test/data/webrtc/peerconnection_getstats.js

Issue 2577923004: Whitelist new member names of RTCIceCandidatePairStats. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webrtc/peerconnection_getstats.js
diff --git a/chrome/test/data/webrtc/peerconnection_getstats.js b/chrome/test/data/webrtc/peerconnection_getstats.js
index 4a81978a509ccface3678249f71e9bf5f346975f..53677f49e1577e881c2037d0ac8eaf5900d61790 100644
--- a/chrome/test/data/webrtc/peerconnection_getstats.js
+++ b/chrome/test/data/webrtc/peerconnection_getstats.js
@@ -196,6 +196,11 @@ var kRTCIceCandidatePairStats = new RTCStats_(null, {
readable: 'boolean',
bytesSent: 'number',
bytesReceived: 'number',
+ totalRoundTripTime: 'number',
+ currentRoundTripTime: 'number',
+ // TODO(hbos): *Rtt have been renamed to *RoundTripTime, both listed at the
+ // moment. As soon as https://codereview.webrtc.org/2576383002/ has rolled in,
+ // remove the *Rtt ones. crbug.com/627816
totalRtt: 'number',
currentRtt: 'number',
availableOutgoingBitrate: 'number',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698