| Index: net/spdy/spdy_framer.h
|
| diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h
|
| index fc05e905475d658e42ad42a39a2bf5a1f4e66854..e1ff85530b00d7166afd543df0435a7def49a83e 100644
|
| --- a/net/spdy/spdy_framer.h
|
| +++ b/net/spdy/spdy_framer.h
|
| @@ -402,8 +402,6 @@ class NET_EXPORT_PRIVATE SpdyFramer {
|
| // For ease of testing and experimentation we can tweak compression on/off.
|
| void set_enable_compression(bool value);
|
|
|
| - static void set_enable_compression_default(bool value);
|
| -
|
| // Used only in log messages.
|
| void set_display_protocol(const std::string& protocol) {
|
| display_protocol_ = protocol;
|
|
|