| Index: net/spdy/spdy_framer.h
|
| diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h
|
| index 701e8705f481cc0459bd9b69d0936a878f26094b..ec8d5dbf19bc23519e72cbe06142860232134d18 100644
|
| --- a/net/spdy/spdy_framer.h
|
| +++ b/net/spdy/spdy_framer.h
|
| @@ -588,9 +588,6 @@
|
| // 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;
|
|
|
|
|