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

Unified Diff: net/spdy/spdy_websocket_test_util_spdy3.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_websocket_test_util_spdy2.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_websocket_test_util_spdy3.cc
diff --git a/net/spdy/spdy_websocket_test_util_spdy3.cc b/net/spdy/spdy_websocket_test_util_spdy3.cc
index 006459b9e7c1a1e8e3f952217f2cf8eacde079ee..657dab61400cd038df8d9cf1d2929b3feb7438fd 100644
--- a/net/spdy/spdy_websocket_test_util_spdy3.cc
+++ b/net/spdy/spdy_websocket_test_util_spdy3.cc
@@ -85,7 +85,7 @@ SpdyFrame* ConstructSpdyWebSocketHandshakeRequestFrame(
};
// Construct SPDY SYN_STREAM control frame.
- return ConstructSpdyPacket(
+ return ConstructSpdyFrame(
kSynStreamHeader,
kDefaultExtraHeaders,
kDefaultExtraHeaderCount,
@@ -115,7 +115,7 @@ SpdyFrame* ConstructSpdyWebSocketHandshakeResponseFrame(
};
// Construct SPDY SYN_REPLY control frame.
- return ConstructSpdyPacket(
+ return ConstructSpdyFrame(
kSynReplyHeader,
kDefaultExtraHeaders,
kDefaultExtraHeaderCount,
« no previous file with comments | « net/spdy/spdy_websocket_test_util_spdy2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698