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_framer.h

Issue 980393003: Remove some dead code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert removal of DebugLogTableState() definition. Created 5 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/hpack_huffman_table_test.cc ('k') | net/spdy/spdy_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_framer.h
diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h
index 7ce2c850e50eac3e087ddf76ba182e00e7fb1372..d27b3a46a2d084cc02181fc1038f5ee5d37b89af 100644
--- a/net/spdy/spdy_framer.h
+++ b/net/spdy/spdy_framer.h
@@ -550,9 +550,6 @@ class NET_EXPORT_PRIVATE SpdyFramer {
// Returns the maximum size a frame can be (data or control).
size_t GetFrameMaximumSize() const;
- // Returns the maximum size that a control frame can be.
- size_t GetControlFrameMaximumSize() const;
-
// Returns the maximum payload size of a DATA frame.
size_t GetDataFrameMaximumPayload() const;
@@ -569,8 +566,6 @@ class NET_EXPORT_PRIVATE SpdyFramer {
bool probable_http_response() const { return probable_http_response_; }
- SpdyStreamId expect_continuation() const { return expect_continuation_; }
-
SpdyPriority GetLowestPriority() const {
return protocol_version_ < SPDY3 ? 3 : 7;
}
« no previous file with comments | « net/spdy/hpack_huffman_table_test.cc ('k') | net/spdy/spdy_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698