From 4429700a526a501f1a8feb597fa23f9e861e9852 Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Sun, 16 May 2010 00:59:10 +0000 Subject: Reland 47342. Fixes the merge issue this time. Also fixes a TODO in another change that was blocked on this one. Support SpdySession as a new NetLog source type. Start logging some more SPDY control frames. Original code review: http://codereview.chromium.org/2102003/show BUG=43237 Review URL: http://codereview.chromium.org/2114003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47376 0039d316-1c4b-4281-b951-d872f2087c98 --- net/spdy/spdy_session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/spdy/spdy_session.h') 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, // |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_; } -- cgit v1.1