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

Issue 8898003: Deprecate SpdyControlFrame::size in favor of SpdyControlFrame::kHeaderSize (Closed)

Created:
9 years ago by Nico
Modified:
9 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Deprecate 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -17 lines) Patch
M net/spdy/spdy_framer.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_protocol.h View 1 chunk +0 lines, -4 lines 0 comments Download
M net/spdy/spdy_protocol_test.cc View 5 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Nico
9 years ago (2011-12-09 16:19:06 UTC) #1
willchan no longer on Chromium
LGTM On Fri, Dec 9, 2011 at 8:19 AM, <thakis@chromium.org> wrote: > Reviewers: willchan, > ...
9 years ago (2011-12-09 16:44:02 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/8898003/1
9 years ago (2011-12-09 16:45:26 UTC) #3
commit-bot: I haz the power
Try job failure for 8898003-1 (retry) on mac_rel for step "browser_tests". It's a second try, ...
9 years ago (2011-12-09 19:03:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/8898003/1
9 years ago (2011-12-09 19:26:32 UTC) #5
commit-bot: I haz the power
Try job failure for 8898003-1 (retry) on linux_rel for step "ui_tests" (clobber build). It's a ...
9 years ago (2011-12-09 20:56:42 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/8898003/1
9 years ago (2011-12-09 20:58:26 UTC) #7
commit-bot: I haz the power
9 years ago (2011-12-09 22:24:40 UTC) #8
Change committed as 113865

Powered by Google App Engine
This is Rietveld 408576698