diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-15 00:21:00 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-15 00:21:00 +0000 |
commit | 47b3b473b847a92005065094524a33bbdb8d134f (patch) | |
tree | 00e7f794226f763f86ed50d5a29a0271a5f348e3 /net/spdy/spdy_session.h | |
parent | a39c2d1698c0a313ae5924342854a2038a4de2e9 (diff) | |
download | chromium_src-47b3b473b847a92005065094524a33bbdb8d134f.zip chromium_src-47b3b473b847a92005065094524a33bbdb8d134f.tar.gz chromium_src-47b3b473b847a92005065094524a33bbdb8d134f.tar.bz2 |
Support SpdySession as a new NetLog source type. Start logging some more SPDY control frames.
BUG=43237
Review URL: http://codereview.chromium.org/2102003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r-- | net/spdy/spdy_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h index 8ef2da0..8ef8759 100644 --- a/net/spdy/spdy_session.h +++ b/net/spdy/spdy_session.h @@ -46,7 +46,7 @@ class SpdySession : public base::RefCounted<SpdySession>, // |session| is the HttpNetworkSession. |net_log| is the NetLog that we log // network events to. SpdySession(const HostPortPair& host_port_pair, HttpNetworkSession* session, - const BoundNetLog& net_log); + NetLog* net_log); const HostPortPair& host_port_pair() const { return host_port_pair_; } |