| Index: net/spdy/spdy_framer.h
|
| diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h
|
| index 42c377c2bef94939f33c48aa77b450bba217b139..eceb01a1a2ba56adc029b84015175f0b02f08b80 100644
|
| --- a/net/spdy/spdy_framer.h
|
| +++ b/net/spdy/spdy_framer.h
|
| @@ -466,9 +466,6 @@ class NET_EXPORT_PRIVATE SpdyFramer {
|
| // Returned frame must be freed with "delete".
|
| SpdyFrame* DuplicateFrame(const SpdyFrame& frame);
|
|
|
| - // Returns true if a frame could be compressed.
|
| - bool IsCompressible(const SpdyFrame& frame) const;
|
| -
|
| // For ease of testing and experimentation we can tweak compression on/off.
|
| void set_enable_compression(bool value) {
|
| enable_compression_ = value;
|
|
|