Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(529)

Unified Diff: net/ssl/ssl_config_service.h

Issue 1247063004: Unwind fastradio experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/ssl/ssl_config.cc ('k') | net/ssl/ssl_config_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>;
« no previous file with comments | « net/ssl/ssl_config.cc ('k') | net/ssl/ssl_config_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698