From 158ac974a78a52b21e9f9c008a2aa59c6833be9f Mon Sep 17 00:00:00 2001 From: "thaidn@google.com" Date: Fri, 19 Apr 2013 23:29:23 +0000 Subject: 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 --- net/socket/socket_test_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/socket/socket_test_util.h') 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; } -- cgit v1.1