| Index: net/tools/flip_server/sm_connection.cc
|
| diff --git a/net/tools/flip_server/sm_connection.cc b/net/tools/flip_server/sm_connection.cc
|
| index eb6a9eecfe232d29883672abb1f7958603a73285..ea874e26b4779f5483d8d28726b9e70f34b4a95b 100644
|
| --- a/net/tools/flip_server/sm_connection.cc
|
| +++ b/net/tools/flip_server/sm_connection.cc
|
| @@ -319,12 +319,6 @@ bool SMConnection::WasSpdyNegotiated(SpdyMajorVersion* version_negotiated) {
|
| VLOG(1) << log_prefix_ << ACCEPTOR_CLIENT_IDENT
|
| << "NPN protocol detected: " << npn_proto_str;
|
| if (!strncmp(reinterpret_cast<const char*>(npn_proto),
|
| - "spdy/2",
|
| - npn_proto_len)) {
|
| - *version_negotiated = SPDY2;
|
| - return true;
|
| - }
|
| - if (!strncmp(reinterpret_cast<const char*>(npn_proto),
|
| "spdy/3",
|
| npn_proto_len)) {
|
| *version_negotiated = SPDY3;
|
|
|