| Index: net/base/ssl_config_service.h
|
| diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h
|
| index d44e6eaba82da2f290d5f7bfcdfbca24713d05d7..010f564daabc875a5617e8605f57f373c2cadab2 100644
|
| --- a/net/base/ssl_config_service.h
|
| +++ b/net/base/ssl_config_service.h
|
| @@ -145,10 +145,6 @@ class NET_EXPORT SSLConfigService
|
| // May not be thread-safe, should only be called on the IO thread.
|
| virtual void GetSSLConfig(SSLConfig* config) = 0;
|
|
|
| - // Returns true if the given hostname is known to be incompatible with TLS
|
| - // False Start.
|
| - static bool IsKnownFalseStartIncompatibleServer(const std::string& hostname);
|
| -
|
| // Sets and gets the current, global CRL set.
|
| static void SetCRLSet(scoped_refptr<CRLSet> crl_set);
|
| static scoped_refptr<CRLSet> GetCRLSet();
|
|
|