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

Unified Diff: net/http/http_stream_request.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_stream_parser.cc ('k') | net/http/http_stream_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_stream_request.h
diff --git a/net/http/http_stream_request.h b/net/http/http_stream_request.h
index fca23322acb09d67fed0c723de0bfc9f30e9d311..26c6ba1aa4f358e9875c53b42037c002a6d2ef85 100644
--- a/net/http/http_stream_request.h
+++ b/net/http/http_stream_request.h
@@ -19,6 +19,7 @@
namespace net {
+class AuthChallengeInfo;
class ClientSocketHandle;
class HttpAuthController;
class HttpNetworkSession;
@@ -107,6 +108,7 @@ class HttpStreamRequest : public StreamRequest {
void OnNeedsProxyAuthCallback(const HttpResponseInfo& response_info,
HttpAuthController* auth_controller);
void OnNeedsClientAuthCallback(SSLCertRequestInfo* cert_info);
+ void OnNeedsTLSLoginCallback(AuthChallengeInfo* login_info);
void OnHttpsProxyTunnelResponseCallback(const HttpResponseInfo& response_info,
HttpStream* stream);
void OnPreconnectsComplete(int result);
« no previous file with comments | « net/http/http_stream_parser.cc ('k') | net/http/http_stream_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698