Index: net/spdy/spdy_framer.h |
diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h |
index ec8d5dbf19bc23519e72cbe06142860232134d18..701e8705f481cc0459bd9b69d0936a878f26094b 100644 |
--- a/net/spdy/spdy_framer.h |
+++ b/net/spdy/spdy_framer.h |
@@ -588,6 +588,9 @@ class NET_EXPORT_PRIVATE SpdyFramer { |
// Updates the maximum size of the header encoder compression table. |
void UpdateHeaderEncoderTableSize(uint32_t value); |
+ // Updates the maximum size of the header decoder compression table. |
+ void UpdateHeaderDecoderTableSize(uint32_t value); |
+ |
// Returns the maximum size of the header encoder compression table. |
size_t header_encoder_table_size() const; |