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

Unified Diff: net/http/http_stream_request.h

Issue 4339001: Correctly handle SSL Client Authentication requests when connecting... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase... Created 10 years, 1 month 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
Index: net/http/http_stream_request.h
===================================================================
--- net/http/http_stream_request.h (revision 65819)
+++ net/http/http_stream_request.h (working copy)
@@ -140,12 +140,13 @@
// Returns a newly create SSLSocketParams, and sets several
// fields of ssl_config_.
- scoped_refptr<SSLSocketParams> GenerateSslParams(
+ scoped_refptr<SSLSocketParams> GenerateSSLParams(
scoped_refptr<TCPSocketParams> tcp_params,
scoped_refptr<HttpProxySocketParams> http_proxy_params,
scoped_refptr<SOCKSSocketParams> socks_params,
ProxyServer::Scheme proxy_scheme,
std::string hostname,
+ uint16 port,
bool want_spdy_over_npn);
// AlternateProtocol API

Powered by Google App Engine
This is Rietveld 408576698