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

Unified Diff: net/spdy/spdy_protocol.h

Issue 8898003: Deprecate SpdyControlFrame::size in favor of SpdyControlFrame::kHeaderSize (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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_framer_test.cc ('k') | net/spdy/spdy_protocol_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_protocol.h
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h
index 2519814f182d1888f073add57dbe13bc5674c253..f2b571567233e87ddf8accaa9d2dc2e2996f7c17 100644
--- a/net/spdy/spdy_protocol.h
+++ b/net/spdy/spdy_protocol.h
@@ -470,10 +470,6 @@ class SpdyControlFrame : public SpdyFrame {
return type() == SYN_STREAM || type() == SYN_REPLY || type() == HEADERS;
}
- // Returns the size of the SpdyFrameBlock structure.
- // Note: this is not the size of the SpdyControlFrame class.
- static size_t size() { return sizeof(SpdyFrameBlock); }
-
// The size of the 'Number of Name/Value pairs' field in a Name/Value block.
static const size_t kNumNameValuePairsSize = 2;
« no previous file with comments | « net/spdy/spdy_framer_test.cc ('k') | net/spdy/spdy_protocol_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698