| Index: net/ssl/ssl_connection_status_flags.h
|
| diff --git a/net/ssl/ssl_connection_status_flags.h b/net/ssl/ssl_connection_status_flags.h
|
| index e954acc4c9d5be49971ce0b4eea1fc336ec48943..d3062724ef413afc82219491bf90bb6a25a562de 100644
|
| --- a/net/ssl/ssl_connection_status_flags.h
|
| +++ b/net/ssl/ssl_connection_status_flags.h
|
| @@ -21,8 +21,7 @@ enum {
|
| SSL_CONNECTION_COMPRESSION_SHIFT = 16,
|
| SSL_CONNECTION_COMPRESSION_MASK = 3,
|
|
|
| - // We fell back to an older protocol version for this connection.
|
| - SSL_CONNECTION_VERSION_FALLBACK = 1 << 18,
|
| + // 1 << 18 was previously used for SSL_CONNECTION_VERSION_FALLBACK.
|
|
|
| // The server doesn't support the renegotiation_info extension. If this bit
|
| // is not set then either the extension isn't supported, or we don't have any
|
|
|