| Index: net/spdy/buffered_spdy_framer.h
|
| diff --git a/net/spdy/buffered_spdy_framer.h b/net/spdy/buffered_spdy_framer.h
|
| index c8f5077052a1685c6f3da3abf9c2648de154cbac..512df8d25e4a97e402bec55bc91512fecf75feb2 100644
|
| --- a/net/spdy/buffered_spdy_framer.h
|
| +++ b/net/spdy/buffered_spdy_framer.h
|
| @@ -179,7 +179,6 @@ class NET_EXPORT_PRIVATE BufferedSpdyFramer
|
| uint32 len,
|
| SpdyDataFlags flags);
|
| SpdyPriority GetHighestPriority() const;
|
| - bool IsCompressible(const SpdyFrame& frame) const;
|
|
|
| int frames_received() const { return frames_received_; }
|
|
|
|
|