From d9da5fe263e748c75d85816ee6bae46b2b9de9c9 Mon Sep 17 00:00:00 2001
From: "rch@chromium.org"
 <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Wed, 13 Oct 2010 22:37:16 +0000
Subject: Integrate the SpdyProxyClientSocket into the HttpStreamRequest to
 support fetching HTTPS URLS over a SPDY Proxy.

BUG=29625
TEST=HttpNetworkTransactionTest.HttpsProxySpdyConnect

Review URL: http://codereview.chromium.org/3417010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62468 0039d316-1c4b-4281-b951-d872f2087c98
---
 net/base/net_error_list.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'net/base/net_error_list.h')

diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index c1c24b9..018cd77 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -174,7 +174,7 @@ NET_ERROR(SSL_UNSAFE_NEGOTIATION, -128)
 // The SSL server attempted to use a weak ephemeral Diffie-Hellman key.
 NET_ERROR(SSL_WEAK_SERVER_EPHEMERAL_DH_KEY, -129)
 
-// Could not create a TCP connection to the proxy server. An error occurred
+// Could not create a connection to the proxy server. An error occurred
 // either in resolving its name, or in connecting a socket to it.
 // Note that this does NOT include failures during the actual "CONNECT" method
 // of an HTTP proxy.
@@ -202,6 +202,9 @@ NET_ERROR(SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED, -134)
 // The SSL client certificate has no private key.
 NET_ERROR(SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY, -135)
 
+// The certificate presented by the HTTPS Proxy was invalid.
+NET_ERROR(PROXY_CERTIFICATE_INVALID, -136)
+
 // Certificate error codes
 //
 // The values of certificate error codes must be consecutive.
-- 
cgit v1.1