summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_config_service.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 13:52:37 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 13:52:37 +0000
commitebb9c3367f66a00799131f42baff75dce6e23530 (patch)
tree86b72efeb13ecd644cd0f505e7364c7def38d968 /net/base/ssl_config_service.h
parent25f4fbfeb8be8aeb07f39e542f40028908b63a5d (diff)
downloadchromium_src-ebb9c3367f66a00799131f42baff75dce6e23530.zip
chromium_src-ebb9c3367f66a00799131f42baff75dce6e23530.tar.gz
chromium_src-ebb9c3367f66a00799131f42baff75dce6e23530.tar.bz2
net: add a policy option: DisableSSLRecordSplitting
Microsoft are providing a similar policy option and it looks like some groups may need it while their proxies are updated. It's rather unfortunate that the underlying SSLConfigService member is called enable_false_start, but I don't want to conflate a clean up of that with this CL. BUG=107728 TEST=none http://codereview.chromium.org/9131012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118833 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/ssl_config_service.h')
-rw-r--r--net/base/ssl_config_service.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h
index 5a17750..e897db2 100644
--- a/net/base/ssl_config_service.h
+++ b/net/base/ssl_config_service.h
@@ -139,11 +139,6 @@ class NET_EXPORT SSLConfigService
// False Start.
static bool IsKnownFalseStartIncompatibleServer(const std::string& hostname);
- // Disables False Start in SSL connections.
- static void DisableFalseStart();
- // True if we use False Start for SSL and TLS.
- static bool false_start_enabled();
-
// Enables DNS side checks for certificates.
static void EnableDNSCertProvenanceChecking();
static bool dns_cert_provenance_checking_enabled();