| Index: net/spdy/hpack/hpack_decoder.h
|
| diff --git a/net/spdy/hpack/hpack_decoder.h b/net/spdy/hpack/hpack_decoder.h
|
| index 778e3082d22298ea5e9632a44111451bb790ad86..2d65719bf461498b4d266c1efccbbb2aef7d035c 100644
|
| --- a/net/spdy/hpack/hpack_decoder.h
|
| +++ b/net/spdy/hpack/hpack_decoder.h
|
| @@ -73,6 +73,11 @@ class NET_EXPORT_PRIVATE HpackDecoder {
|
| // a SpdyHeadersHandlerInterface.
|
| const SpdyHeaderBlock& decoded_block() { return decoded_block_; }
|
|
|
| + void SetHeaderTableDebugVisitor(
|
| + std::unique_ptr<HpackHeaderTable::DebugVisitorInterface> visitor) {
|
| + header_table_.set_debug_visitor(std::move(visitor));
|
| + }
|
| +
|
| private:
|
| // Adds the header representation to |decoded_block_|, applying the
|
| // following rules:
|
|
|