DescriptionDeprecate SpdyControlFrame::size in favor of SpdyControlFrame::kHeaderSize
inherited from the base class.
Manual changes only to spdy_protocol.h, the rest of the CL generated by
running and then manually fixing the one 80 col violation:
perl -pi -e "s/SpdyControlFrame::size\(\)/SpdyControlFrame::kHeaderSize/" $(git grep -l SpdyControlFrame::size)
This is the same as the google-internal CL 25980588
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113865
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|