| Index: net/quic/quic_client_session.cc
|
| diff --git a/net/quic/quic_client_session.cc b/net/quic/quic_client_session.cc
|
| index e52b3c32d41344b2cbd55198bf9d75abc7bcb6a1..b844993d5cbce3ba5ceccbfbad4f6faba50af320 100644
|
| --- a/net/quic/quic_client_session.cc
|
| +++ b/net/quic/quic_client_session.cc
|
| @@ -435,7 +435,7 @@ QuicClientSession::CreateOutgoingReliableStreamImpl() {
|
| UMA_HISTOGRAM_COUNTS("Net.QuicSession.NumOpenStreams", GetNumOpenStreams());
|
| // The previous histogram puts 100 in a bucket betweeen 86-113 which does
|
| // not shed light on if chrome ever things it has more than 100 streams open.
|
| - UMA_HISTOGRAM_BOOLEAN("Net.QuicSession.TooManyOpenStream",
|
| + UMA_HISTOGRAM_BOOLEAN("Net.QuicSession.TooManyOpenStreams",
|
| GetNumOpenStreams() > 100);
|
| return stream;
|
| }
|
|
|