Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / net / ssl / ssl_config_service.h
index d654722..51c29ca 100644 (file)
@@ -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);