Index: net/ssl/ssl_config_service.h |
diff --git a/net/ssl/ssl_config_service.h b/net/ssl/ssl_config_service.h |
index 494614e1d5af243ba8a5eabbaf6327845edab1a5..fe3a381046cc1be28fa0b1450fe66470969a4ee7 100644 |
--- a/net/ssl/ssl_config_service.h |
+++ b/net/ssl/ssl_config_service.h |
@@ -14,8 +14,6 @@ |
#include "net/cert/ct_ev_whitelist.h" |
#include "net/ssl/ssl_config.h" |
-class GURL; |
- |
namespace net { |
// The interface for retrieving the SSL configuration. This interface |
@@ -68,9 +66,6 @@ class NET_EXPORT SSLConfigService |
// called on the IO thread. |
void NotifySSLConfigChange(); |
- // Returns true if the |url| should use fastradio padding. |
- virtual bool SupportsFastradioPadding(const GURL& url); |
- |
protected: |
friend class base::RefCountedThreadSafe<SSLConfigService>; |