| Index: net/spdy/buffered_spdy_framer.h
|
| diff --git a/net/spdy/buffered_spdy_framer.h b/net/spdy/buffered_spdy_framer.h
|
| index 9073eb04822dc514a2f518c1bef0b94499638a9a..44daff3e85ffdd96b3a756c9b2ea785200bba725 100644
|
| --- a/net/spdy/buffered_spdy_framer.h
|
| +++ b/net/spdy/buffered_spdy_framer.h
|
| @@ -186,6 +186,7 @@ class NET_EXPORT_PRIVATE BufferedSpdyFramer
|
|
|
| // SpdyFramer methods.
|
| size_t ProcessInput(const char* data, size_t len);
|
| + void UpdateHeaderDecoderTableSize(uint32_t value);
|
| void Reset();
|
| SpdyFramer::SpdyError error_code() const;
|
| SpdyFramer::SpdyState state() const;
|
|
|