| Index: net/ssl/ssl_config.h
|
| diff --git a/net/ssl/ssl_config.h b/net/ssl/ssl_config.h
|
| index 1deaf6e653bfd7bf8497b0ab5eeac3fff7a96dc0..5a0c0faa86b4fc26214c224579de42fd6c29fc81 100644
|
| --- a/net/ssl/ssl_config.h
|
| +++ b/net/ssl/ssl_config.h
|
| @@ -29,8 +29,8 @@ enum {
|
| // Default minimum protocol version.
|
| NET_EXPORT extern const uint16 kDefaultSSLVersionMin;
|
|
|
| -// Default maximum protocol version.
|
| -NET_EXPORT extern const uint16 kDefaultSSLVersionMax;
|
| +// For maximum supported protocol version, use
|
| +// SSLClientSocket::GetMaxSupportedSSLVersion().
|
|
|
| // Default minimum protocol version that it's acceptable to fallback to.
|
| NET_EXPORT extern const uint16 kDefaultSSLVersionFallbackMin;
|
|
|