| Index: net/spdy/spdy_test_util_common.h
|
| diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h
|
| index b08657cc7e5c0e6adca8af2056c00f470c00d504..0ee59d4428aff065aa963ff49cb6483f1312b0f2 100644
|
| --- a/net/spdy/spdy_test_util_common.h
|
| +++ b/net/spdy/spdy_test_util_common.h
|
| @@ -551,7 +551,6 @@ class SpdyTestUtil {
|
|
|
| NextProto protocol() const { return protocol_; }
|
| SpdyMajorVersion spdy_version() const { return spdy_version_; }
|
| - bool is_spdy2() const { return protocol_ < kProtoSPDY3; }
|
| bool include_version_header() const {
|
| return protocol_ < kProtoSPDY4MinimumVersion;
|
| }
|
|
|