Commit f3196285 authored by Gary Liu's avatar Gary Liu Committed by Commit Bot

White list networkType in RTCIceCandidateStats

networkType has been added in WebRTC code and it will be merged to
chromium. To make chromium pass the bot, it must be white listed

Bug: 786166
Change-Id: Ic578edc3b1d724fcee994f94dd3a0b19f67323a4
Reviewed-on: https://chromium-review.googlesource.com/776057
Commit-Queue: Gary Liu <qinghualiu@google.com>
Reviewed-by: default avatarHarald Alvestrand <hta@chromium.org>
Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517582}
parent 2fe453c7
...@@ -191,6 +191,7 @@ gStatsWhitelist.set('transport', kRTCTransportStats); ...@@ -191,6 +191,7 @@ gStatsWhitelist.set('transport', kRTCTransportStats);
var kRTCIceCandidateStats = new RTCStats_(null, { var kRTCIceCandidateStats = new RTCStats_(null, {
transportId: 'string', transportId: 'string',
isRemote: 'boolean', isRemote: 'boolean',
networkType: 'string',
ip: 'string', ip: 'string',
port: 'number', port: 'number',
protocol: 'string', protocol: 'string',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment