diff options
author | erikchen@google.com <erikchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 18:42:17 +0000 |
---|---|---|
committer | erikchen@google.com <erikchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 18:42:17 +0000 |
commit | 56e7c63dd8daecd5c1aabc3aeb4302cc632db7bf (patch) | |
tree | 5cc0d65b9bffcfab45102d23504df7ed5a87b19f /net/spdy/spdy_test_util.h | |
parent | 5e7f0237e94bd78155547ac52c55923539193c93 (diff) | |
download | chromium_src-56e7c63dd8daecd5c1aabc3aeb4302cc632db7bf.zip chromium_src-56e7c63dd8daecd5c1aabc3aeb4302cc632db7bf.tar.gz chromium_src-56e7c63dd8daecd5c1aabc3aeb4302cc632db7bf.tar.bz2 |
TBR: reverting broken commit
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_test_util.h')
-rw-r--r-- | net/spdy/spdy_test_util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/spdy/spdy_test_util.h b/net/spdy/spdy_test_util.h index dca5fe8..02981ce 100644 --- a/net/spdy/spdy_test_util.h +++ b/net/spdy/spdy_test_util.h @@ -170,18 +170,12 @@ spdy::SpdyFrame* ConstructSpdyPostSynReply(const char* const extra_headers[], // Constructs a single SPDY data frame with the contents "hello!" spdy::SpdyFrame* ConstructSpdyBodyFrame(); -// Constructs a single SPDY reset frame. -spdy::SpdyFrame* ConstructSpdyRstFrame(); - // Create an async MockWrite from the given SpdyFrame. MockWrite CreateMockWrite(const spdy::SpdyFrame& req); // Create an async MockWrite from the given SpdyFrame and sequence number. MockWrite CreateMockWrite(const spdy::SpdyFrame& req, int seq); -// Create an async MockWrite from the given SpdyFrame and sequence number. -MockWrite CreateMockWrite(spdy::SpdyFrame* req, int seq); - // Create a MockRead from the given SpdyFrame. MockRead CreateMockRead(const spdy::SpdyFrame& resp); |