| Index: net/socket/ssl_client_socket_pool.cc
|
| ===================================================================
|
| --- net/socket/ssl_client_socket_pool.cc (revision 125802)
|
| +++ net/socket/ssl_client_socket_pool.cc (working copy)
|
| @@ -303,7 +303,8 @@
|
| // TODO(mbelshe): verify it was a protocol we advertised?
|
| if (protocol_negotiated == SSLClientSocket::kProtoSPDY1 ||
|
| protocol_negotiated == SSLClientSocket::kProtoSPDY2 ||
|
| - protocol_negotiated == SSLClientSocket::kProtoSPDY21) {
|
| + protocol_negotiated == SSLClientSocket::kProtoSPDY21 ||
|
| + protocol_negotiated == SSLClientSocket::kProtoSPDY3) {
|
| ssl_socket_->set_was_spdy_negotiated(true);
|
| }
|
| }
|
|
|