| 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;
|
| }
|
|
|
|
|