summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream_unittest.cc
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-13 19:21:07 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-13 19:21:07 +0000
commit33c477b6420946bd37d3e5c18f63db2961bad4e4 (patch)
tree5b9f27b84058b3e1d8943dab24e7eee6dc843063 /net/spdy/spdy_stream_unittest.cc
parent96da696cd0f43a860dd4ea6b135b958f95ed5e52 (diff)
downloadchromium_src-33c477b6420946bd37d3e5c18f63db2961bad4e4.zip
chromium_src-33c477b6420946bd37d3e5c18f63db2961bad4e4.tar.gz
chromium_src-33c477b6420946bd37d3e5c18f63db2961bad4e4.tar.bz2
Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.
BUG=43237 Review URL: http://codereview.chromium.org/2004010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47174 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_stream_unittest.cc')
-rw-r--r--net/spdy/spdy_stream_unittest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/spdy/spdy_stream_unittest.cc b/net/spdy/spdy_stream_unittest.cc
index 64f3a8b..3da9da73 100644
--- a/net/spdy/spdy_stream_unittest.cc
+++ b/net/spdy/spdy_stream_unittest.cc
@@ -113,8 +113,7 @@ TEST_F(SpdyStreamTest, SendRequest) {
TestCompletionCallback callback;
HttpResponseInfo response;
- scoped_refptr<SpdyStream> stream(new SpdyStream(session, 1, false,
- BoundNetLog()));
+ scoped_refptr<SpdyStream> stream(new SpdyStream(session, 1, false));
stream->SetRequestInfo(request);
EXPECT_EQ(ERR_IO_PENDING, stream->SendRequest(NULL, &response, &callback));