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

Unified Diff: net/spdy/spdy_stream.h

Issue 1852423004: Implement SpdySerializedFrame move semantics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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_session_unittest.cc ('k') | net/spdy/spdy_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_stream.h
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
index 43629957cb00f1f2731cfdb9468bf08efacc058e..742f24867c906df0be45d0ac9f6a8bc7de9ded14 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/spdy_stream.h
@@ -481,11 +481,11 @@ class NET_EXPORT_PRIVATE SpdyStream {
// Produces the SYN_STREAM frame for the stream. The stream must
// already be activated.
- scoped_ptr<SpdyFrame> ProduceSynStreamFrame();
+ scoped_ptr<SpdySerializedFrame> ProduceSynStreamFrame();
// Produce the initial HEADER frame for the stream with the given
// block. The stream must already be activated.
- scoped_ptr<SpdyFrame> ProduceHeaderFrame(
+ scoped_ptr<SpdySerializedFrame> ProduceHeaderFrame(
scoped_ptr<SpdyHeaderBlock> header_block);
// Queues the send for next frame of the remaining data in
« no previous file with comments | « net/spdy/spdy_session_unittest.cc ('k') | net/spdy/spdy_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698