Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: net/http/http_response_info.h

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove "httpsv" scheme, minor NSS/OpenSSL changes Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_proxy_client_socket_pool.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_response_info.h
diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h
index 4fbea3d4ad77cc2e12270c59a3f4349c6fc0b2c2..3e7207284df74bc7b4d0b1d885513a6e40eb4b30 100644
--- a/net/http/http_response_info.h
+++ b/net/http/http_response_info.h
@@ -78,6 +78,10 @@ class HttpResponseInfo {
// challenge, client certificate request is not part of an HTTP response.
scoped_refptr<SSLCertRequestInfo> cert_request_info;
+ // The SSL client login request info.
+ // TODO(wtc): if cert_request_info doesn't belong here, then neither does this
+ scoped_refptr<AuthChallengeInfo> login_request_info;
+
// The SSL connection info (if HTTPS).
SSLInfo ssl_info;
« no previous file with comments | « net/http/http_proxy_client_socket_pool.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698