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

Unified Diff: net/ssl/ssl_config_service.h

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 e074309ffac1f7c4407134367e4591a19893eff4..dd3236d2a5811fda566e4c9ab7bc4322f3cb23a4 100644
--- a/net/ssl/ssl_config_service.h
+++ b/net/ssl/ssl_config_service.h
@@ -14,6 +14,8 @@
#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
@@ -66,6 +68,9 @@ 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