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

Unified Diff: net/spdy/buffered_spdy_framer.h

Issue 2169503002: Remove flip_server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/net.gyp ('k') | net/spdy/buffered_spdy_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/buffered_spdy_framer.h
diff --git a/net/spdy/buffered_spdy_framer.h b/net/spdy/buffered_spdy_framer.h
index 48bc4a51c8e5e2fe5c826b038ede1552dd66f721..20d71f1bd12346866ee8bde37a4374301646f58e 100644
--- a/net/spdy/buffered_spdy_framer.h
+++ b/net/spdy/buffered_spdy_framer.h
@@ -191,14 +191,6 @@ class NET_EXPORT_PRIVATE BufferedSpdyFramer
SpdyFramer::SpdyState state() const;
bool MessageFullyRead();
bool HasError();
- SpdySerializedFrame* CreateSynStream(SpdyStreamId stream_id,
- SpdyStreamId associated_stream_id,
- SpdyPriority priority,
- SpdyControlFlags flags,
- SpdyHeaderBlock headers);
- SpdySerializedFrame* CreateSynReply(SpdyStreamId stream_id,
- SpdyControlFlags flags,
- SpdyHeaderBlock headers);
SpdySerializedFrame* CreateRstStream(SpdyStreamId stream_id,
SpdyRstStreamStatus status) const;
SpdySerializedFrame* CreateSettings(const SettingsMap& values) const;
« no previous file with comments | « net/net.gyp ('k') | net/spdy/buffered_spdy_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698