Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(785)

Unified Diff: net/quic/quic_client_session.cc

Issue 1063483002: Rename Net.QuicSession.TooManyOpenStream -> Net.QuicSession.TooManyOpenStreams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update .xml Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698