diff options
author | rtenneti@google.com <rtenneti@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 17:50:51 +0000 |
---|---|---|
committer | rtenneti@google.com <rtenneti@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 17:50:51 +0000 |
commit | c30bcce5bcaac902a63146da6151494b832bac13 (patch) | |
tree | f33179c11efe6383ada786fb201fc4a3e5e543e3 /net/http/http_pipelined_host_pool.h | |
parent | ebc463107e2892419d560195b8325ba4c3229599 (diff) | |
download | chromium_src-c30bcce5bcaac902a63146da6151494b832bac13.zip chromium_src-c30bcce5bcaac902a63146da6151494b832bac13.tar.gz chromium_src-c30bcce5bcaac902a63146da6151494b832bac13.tar.bz2 |
Added protocol_version negotiated with the server.
protocol_version will be printed by the LoadTimes
extension.
R=willchan
BUG=108134
TEST=network unittests
Review URL: http://codereview.chromium.org/8914005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115145 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_pipelined_host_pool.h')
-rw-r--r-- | net/http/http_pipelined_host_pool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/http/http_pipelined_host_pool.h b/net/http/http_pipelined_host_pool.h index 67a0b013..98a9bd2 100644 --- a/net/http/http_pipelined_host_pool.h +++ b/net/http/http_pipelined_host_pool.h @@ -51,7 +51,8 @@ class NET_EXPORT_PRIVATE HttpPipelinedHostPool const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, const BoundNetLog& net_log, - bool was_npn_negotiated); + bool was_npn_negotiated, + SSLClientSocket::NextProto protocol_negotiated); // Tries to find an existing pipeline with capacity for a new request. If // successful, returns a new stream on that pipeline. Otherwise, returns NULL. |