| Index: net/spdy/hpack_decoder.h
|
| diff --git a/net/spdy/hpack_decoder.h b/net/spdy/hpack_decoder.h
|
| index 0c007a781d3f279ee1f3d23e4ff93ff1e9d4d9e8..7a27615a914d1626ea3131ba7dfd105dcbff7e0a 100644
|
| --- a/net/spdy/hpack_decoder.h
|
| +++ b/net/spdy/hpack_decoder.h
|
| @@ -103,7 +103,7 @@ class NET_EXPORT_PRIVATE HpackDecoder {
|
| // (or parts thereof). These methods return true on success and
|
| // false on error.
|
| bool DecodeNextOpcode(HpackInputStream* input_stream);
|
| - bool DecodeNextContextUpdate(HpackInputStream* input_stream);
|
| + bool DecodeNextHeaderTableSizeUpdate(HpackInputStream* input_stream);
|
| bool DecodeNextIndexedHeader(HpackInputStream* input_stream);
|
| bool DecodeNextLiteralHeader(HpackInputStream* input_stream,
|
| bool should_index);
|
|
|