diff options
author | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-19 21:47:55 +0000 |
---|---|---|
committer | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-19 21:47:55 +0000 |
commit | 68697a4cc8372d40c9b0a75e7bd7ec2654f7f316 (patch) | |
tree | be485ac95fa4e62f558d6ae77c07ab07ba5b09ba /net/http/http_pipelined_stream.h | |
parent | f24f4b5e5d0a1e6dc1b4eeceb129285893c9d509 (diff) | |
download | chromium_src-68697a4cc8372d40c9b0a75e7bd7ec2654f7f316.zip chromium_src-68697a4cc8372d40c9b0a75e7bd7ec2654f7f316.tar.gz chromium_src-68697a4cc8372d40c9b0a75e7bd7ec2654f7f316.tar.bz2 |
In net-internals, have HTTP_STREAM_JOBs link to the
URL_REQUEST they were attached to. With source_dependencies
now being clickable, this makes navigation between
URLRequests on the same socket a little easier.
BUG=107000
Review URL: http://codereview.chromium.org/8930014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_pipelined_stream.h')
-rw-r--r-- | net/http/http_pipelined_stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_pipelined_stream.h b/net/http/http_pipelined_stream.h index fce7a08..ca62584 100644 --- a/net/http/http_pipelined_stream.h +++ b/net/http/http_pipelined_stream.h @@ -90,8 +90,8 @@ class HttpPipelinedStream : public HttpStream { // The ProxyInfo used to establish this this stream's pipeline. const ProxyInfo& used_proxy_info() const; - // The source of this stream's pipelined connection. - const NetLog::Source& source() const; + // The BoundNetLog of this stream's pipelined connection. + const BoundNetLog& net_log() const; // True if this stream's pipeline was NPN negotiated. bool was_npn_negotiated() const; |