| 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;
|
|
|
|
|