Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: net/spdy/spdy_websocket_test_util_spdy2.cc

Issue 12743006: [SPDY] Refactor tests in preparation for a fix for a session flow control bug (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/spdy/spdy_test_util_spdy3.cc ('k') | net/spdy/spdy_websocket_test_util_spdy3.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_websocket_test_util_spdy2.cc
diff --git a/net/spdy/spdy_websocket_test_util_spdy2.cc b/net/spdy/spdy_websocket_test_util_spdy2.cc
index 995f681439ab0f296de6e809281f2369baae39c8..7311c287e5ad8674d4ed13b34c60f0c36e1db535 100644
--- a/net/spdy/spdy_websocket_test_util_spdy2.cc
+++ b/net/spdy/spdy_websocket_test_util_spdy2.cc
@@ -83,7 +83,7 @@ SpdyFrame* ConstructSpdyWebSocketHandshakeRequestFrame(
};
// Construct SPDY SYN_STREAM control frame.
- return ConstructSpdyPacket(
+ return ConstructSpdyFrame(
kSynStreamHeader,
kDefaultExtraHeaders,
kDefaultExtraHeaderCount,
@@ -112,7 +112,7 @@ SpdyFrame* ConstructSpdyWebSocketHandshakeResponseFrame(
};
// Construct SPDY SYN_REPLY control frame.
- return ConstructSpdyPacket(
+ return ConstructSpdyFrame(
kSynReplyHeader,
kDefaultExtraHeaders,
kDefaultExtraHeaderCount,
« no previous file with comments | « net/spdy/spdy_test_util_spdy3.cc ('k') | net/spdy/spdy_websocket_test_util_spdy3.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698