| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index 8db6c694858eb8f90b9d379bb7e6a4932c62d61b..46cca7bbec59eaa37c0819479c67d3289bae80c4 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -1544,8 +1544,6 @@ int QuicStreamFactory::CreateSession(const QuicServerId& server_id,
|
| return rv;
|
| }
|
|
|
| - UMA_HISTOGRAM_COUNTS("Net.QuicEphemeralPortsSuggested",
|
| - port_suggester->call_count());
|
| if (enable_port_selection) {
|
| DCHECK_LE(1u, port_suggester->call_count());
|
| } else {
|
|
|