| Index: net/spdy/spdy_session.cc
|
| ===================================================================
|
| --- net/spdy/spdy_session.cc (revision 152792)
|
| +++ net/spdy/spdy_session.cc (working copy)
|
| @@ -404,6 +404,7 @@
|
| buffered_spdy_framer_.reset(new BufferedSpdyFramer(version));
|
| buffered_spdy_framer_->set_visitor(this);
|
| SendInitialSettings();
|
| + UMA_HISTOGRAM_ENUMERATION("Net.SpdyVersion", protocol, kProtoMaximumVersion);
|
|
|
| // Write out any data that we might have to send, such as the settings frame.
|
| WriteSocketLater();
|
|
|