summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket.h
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-14 02:38:50 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-14 02:38:50 +0000
commitcd1123f58083c4b64e805327a2f40c3e0a54a02d (patch)
tree73c495fbff3aa34a97a5be7f69547af86238fdee /net/socket/ssl_client_socket.h
parent0d2786c4ee50b3e5758e912eb4912ae81639bee8 (diff)
downloadchromium_src-cd1123f58083c4b64e805327a2f40c3e0a54a02d.zip
chromium_src-cd1123f58083c4b64e805327a2f40c3e0a54a02d.tar.gz
chromium_src-cd1123f58083c4b64e805327a2f40c3e0a54a02d.tar.bz2
Disable CREDENTIALS frames when using spdy/2.1 or earlier.
Add enum for spdy/3 which is used in CREDENTIAL frame unittests. BUG=113847 Review URL: http://codereview.chromium.org/9391027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/ssl_client_socket.h')
-rw-r--r--net/socket/ssl_client_socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h
index cc346c0..bafe1d4 100644
--- a/net/socket/ssl_client_socket.h
+++ b/net/socket/ssl_client_socket.h
@@ -87,6 +87,7 @@ class NET_EXPORT SSLClientSocket : public SSLSocket {
kProtoSPDY1 = 2,
kProtoSPDY2 = 3,
kProtoSPDY21 = 4,
+ kProtoSPDY3 = 5,
};
// Gets the SSL connection information of the socket.