| Index: net/spdy/spdy_framer.h
|
| diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h
|
| index 223fdf85f677b46b583d747359afb2c3d411b52c..17202c0f3e3db06a74a92e0d43e2a629ed1b1821 100644
|
| --- a/net/spdy/spdy_framer.h
|
| +++ b/net/spdy/spdy_framer.h
|
| @@ -553,6 +553,12 @@ class NET_EXPORT_PRIVATE SpdyFramer {
|
| void SetEncoderHeaderTableDebugVisitor(
|
| std::unique_ptr<HpackHeaderTable::DebugVisitorInterface> visitor);
|
|
|
| + // For use in SpdyFramerDecoderAdapter implementations; returns a HPACK
|
| + // decoder to be used.
|
| + HpackDecoderInterface* GetHpackDecoderForAdapter() {
|
| + return GetHpackDecoder();
|
| + }
|
| +
|
| protected:
|
| friend class BufferedSpdyFramer;
|
| friend class HttpNetworkLayer; // This is temporary for the server.
|
|
|