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

Unified Diff: net/spdy/spdy_session.cc

Issue 2014193002: Remove Net.SpdyPriorityCount histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/spdy/spdy_session.cc
diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
index daa1208452bcb328550cef5a7ea8ac7a7d76611a..fee27410ee3849ffd43706248e9fafb808a9ba0f 100644
--- a/net/spdy/spdy_session.cc
+++ b/net/spdy/spdy_session.cc
@@ -950,10 +950,6 @@ int SpdySession::CreateStream(const SpdyStreamRequest& request,
*stream = new_stream->GetWeakPtr();
InsertCreatedStream(std::move(new_stream));
- UMA_HISTOGRAM_CUSTOM_COUNTS(
- "Net.SpdyPriorityCount",
- static_cast<int>(request.priority()), 0, 10, 11);
-
return OK;
}
« 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