Chromium Code Reviews| Index: net/spdy/spdy_session.cc |
| diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc |
| index 3c55fccf5c89bd976d498b60f24d9580f53133bc..2bd0a06e167b2177ca505188e3a187b7affcd330 100644 |
| --- a/net/spdy/spdy_session.cc |
| +++ b/net/spdy/spdy_session.cc |
| @@ -675,11 +675,9 @@ void SpdySession::InitializeWithSocket( |
| buffered_spdy_framer_->set_visitor(this); |
| buffered_spdy_framer_->set_debug_visitor(this); |
| UMA_HISTOGRAM_ENUMERATION("Net.SpdyVersion", protocol_, kProtoMaximumVersion); |
| -#if defined(SPDY_PROXY_AUTH_ORIGIN) |
| UMA_HISTOGRAM_BOOLEAN("Net.SpdySessions_DataReductionProxy", |
|
bengr
2014/07/11 20:42:54
I don't think we need this UMA anymore. Ask around
|
| host_port_pair().Equals(HostPortPair::FromURL( |
| GURL(SPDY_PROXY_AUTH_ORIGIN)))); |
| -#endif |
| net_log_.AddEvent( |
| NetLog::TYPE_SPDY_SESSION_INITIALIZED, |