From 640aee2c978d76de38804b88898d659cf31cb462 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Thu, 29 Aug 2019 15:05:18 +0200 Subject: [PATCH] Remove backwards compatibility names from api/uma_metrics.h. Bug: webrtc:10198 Change-Id: Ibb10579768322ae5d3c6a4c5695f21f08af122b5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150794 Commit-Queue: Mirko Bonadei Reviewed-by: Karl Wiberg Cr-Commit-Position: refs/heads/master@{#29007} --- api/uma_metrics.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/api/uma_metrics.h b/api/uma_metrics.h index 51b0ff06c8..8436d4f9e5 100644 --- a/api/uma_metrics.h +++ b/api/uma_metrics.h @@ -37,12 +37,6 @@ enum PeerConnectionAddressFamilyCounter { kPeerConnectionAddressFamilyCounter_Max, }; -// TODO(guoweis): Keep previous name here until all references are renamed. -#define kBoundary kPeerConnectionAddressFamilyCounter_Max - -// TODO(guoweis): Keep previous name here until all references are renamed. -typedef PeerConnectionAddressFamilyCounter PeerConnectionUMAMetricsCounter; - // This enum defines types for UMA samples, which will have a range. enum PeerConnectionMetricsName { kNetworkInterfaces_IPv4, // Number of IPv4 interfaces. @@ -53,9 +47,6 @@ enum PeerConnectionMetricsName { kPeerConnectionMetricsName_Max }; -// TODO(guoweis): Keep previous name here until all references are renamed. -typedef PeerConnectionMetricsName PeerConnectionUMAMetricsName; - // The IceCandidatePairType has the format of // _. It is recorded based on the // type of candidate pair used when the PeerConnection first goes to a completed