Index: net/spdy/spdy_protocol.h |
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h |
index dde53cecf23621dfcc96dcc959b76bd29aaacddf..1249bbe37b075cb3ffd6e9dde23ae50c08e3fa95 100644 |
--- a/net/spdy/spdy_protocol.h |
+++ b/net/spdy/spdy_protocol.h |
@@ -358,8 +358,6 @@ enum SpdySettingsIds { |
SETTINGS_HEADER_TABLE_SIZE = 0x8, |
// Whether or not server push (PUSH_PROMISE) is enabled. |
SETTINGS_ENABLE_PUSH = 0x9, |
- // Whether or not to enable GZip compression of DATA frames. |
- SETTINGS_COMPRESS_DATA = 0xa, |
}; |
// Status codes for RST_STREAM frames. |