diff options
author | thaidn@google.com <thaidn@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 23:29:23 +0000 |
---|---|---|
committer | thaidn@google.com <thaidn@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 23:29:23 +0000 |
commit | 158ac974a78a52b21e9f9c008a2aa59c6833be9f (patch) | |
tree | dfb9eadfdd911839c7edb4b7438432ad434643c0 /net/socket/socket_test_util.h | |
parent | 7f42935675d2de06b26a78166880dc45b1de84e0 (diff) | |
download | chromium_src-158ac974a78a52b21e9f9c008a2aa59c6833be9f.zip chromium_src-158ac974a78a52b21e9f9c008a2aa59c6833be9f.tar.gz chromium_src-158ac974a78a52b21e9f9c008a2aa59c6833be9f.tar.bz2 |
Do not roll back to SSL 3.0 for Google properties.
SSL 3.0 fallback for Google properties can be enabled again with --enable-unrestricted-ssl3-fallback.
Delete the obsolete SSL 3.0 fallback on TLS decompression failure.
BUG=230171
Review URL: https://chromiumcodereview.appspot.com/14125003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195335 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/socket_test_util.h')
-rw-r--r-- | net/socket/socket_test_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h index b8ccbc0..995859c 100644 --- a/net/socket/socket_test_util.h +++ b/net/socket/socket_test_util.h @@ -529,6 +529,8 @@ class SocketDataProviderArray { data_providers_.push_back(data_provider); } + size_t next_index() { return next_index_; } + void ResetNextIndex() { next_index_ = 0; } |