Index: net/spdy/spdy_protocol.h |
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h |
index 483f2eec166831bd1be17b6ee43f603fe8b80333..f4bfa617090da7d5b14a9ac31eae8cf305ba7dda 100644 |
--- a/net/spdy/spdy_protocol.h |
+++ b/net/spdy/spdy_protocol.h |
@@ -361,6 +361,8 @@ 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. |