| Index: net/spdy/spdy_protocol.h
|
| diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h
|
| index c80c0c06f29f9baac4d3c2a428e6d43e0d7ab397..bd6ff0b7bf4542db8410cd36adc63e7ece05f9c6 100644
|
| --- a/net/spdy/spdy_protocol.h
|
| +++ b/net/spdy/spdy_protocol.h
|
| @@ -511,6 +511,9 @@ class NET_EXPORT_PRIVATE SpdyConstants {
|
| // versions <= 3.
|
| static size_t GetSizeOfSizeField(SpdyMajorVersion version);
|
|
|
| + // Returns the size (in bytes) of a wire setting ID and value.
|
| + static size_t GetSettingSize(SpdyMajorVersion version);
|
| +
|
| static SpdyMajorVersion ParseMajorVersion(int version_number);
|
|
|
| static int SerializeMajorVersion(SpdyMajorVersion version);
|
|
|