| Index: net/ssl/ssl_config_service.h
|
| diff --git a/net/ssl/ssl_config_service.h b/net/ssl/ssl_config_service.h
|
| index d6547223eab8ec6a33fce62d5e021ab65e39360f..51c29ca0141fd34303d7637cbbc94cd59475de05 100644
|
| --- a/net/ssl/ssl_config_service.h
|
| +++ b/net/ssl/ssl_config_service.h
|
| @@ -50,9 +50,6 @@ class NET_EXPORT SSLConfigService
|
| static void SetCRLSet(scoped_refptr<CRLSet> crl_set);
|
| static scoped_refptr<CRLSet> GetCRLSet();
|
|
|
| - // Is SNI available in this configuration?
|
| - static bool IsSNIAvailable(SSLConfigService* service);
|
| -
|
| // Add an observer of this service.
|
| void AddObserver(Observer* observer);
|
|
|
|
|