| Index: net/base/ssl_config_service.h
|
| diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h
|
| index b4ba45ab937a7448a01cd5d721b1ce680674362f..94c5efc8b6858de70f90dae0e6fbcf6a92b51fa6 100644
|
| --- a/net/base/ssl_config_service.h
|
| +++ b/net/base/ssl_config_service.h
|
| @@ -181,6 +181,9 @@ class NET_EXPORT SSLConfigService
|
| static void SetDefaultVersionMax(uint16 version_max);
|
| static uint16 default_version_max();
|
|
|
| + // Force channel ID support to be enabled.
|
| + static void EnableChannelIDTrial();
|
| +
|
| // Is SNI available in this configuration?
|
| static bool IsSNIAvailable(SSLConfigService* service);
|
|
|
|
|