Use network counting from webrtc for UMA.
commit2b116774d45296e8ad76725bd762873a56760e5b
authorguoweis <guoweis@chromium.org>
Mon, 9 Feb 2015 22:27:03 +0000 (9 14:27 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 9 Feb 2015 22:27:31 +0000 (9 22:27 +0000)
tree56014fe0fc8c3882415f5fa3f1fd8668dd6517cb
parent2b59c805e1e097e10c36650573fa5c47cd47dc03
Use network counting from webrtc for UMA.

Chrome passes each IP address in its own Network object. These IPv4Interfaces and IPv6Interfaces are really counting the number of IP addresses, not interfaces. To make these UMA accurate, a new stats struct is returned from WebRTC's MergeNetworkList which should control the grouping policy of IP addresses into network.

BUG=413437

Review URL: https://codereview.chromium.org/905663002

Cr-Commit-Position: refs/heads/master@{#315409}
content/renderer/p2p/ipc_network_manager.cc