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

Issue 7282032: Move backoff_delay_ to the inner Core class. (Closed)

Created:
9 years, 5 months ago by wtc
Modified:
9 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, jam
Visibility:
Public.

Description

Move backoff_delay_ to the inner Core class so that core_ is the only data member. Fix typos in comments. Add wtc@chromium.org to OWNERS. R=joi@chromium.org,willchan@chromium.org BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105732

Patch Set 1 #

Total comments: 4

Patch Set 2 : Sync with trunk. Add wtc to OWNERS. #

Patch Set 3 : set_backoff_delay has been renamed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -11 lines) Patch
M content/common/net/OWNERS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/common/net/url_fetcher.h View 1 2 3 chunks +3 lines, -8 lines 0 comments Download
M content/common/net/url_fetcher.cc View 1 2 5 chunks +14 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
wtc
9 years, 5 months ago (2011-06-30 15:34:15 UTC) #1
Jói
LGTM
9 years, 5 months ago (2011-06-30 15:45:30 UTC) #2
willchan no longer on Chromium
http://codereview.chromium.org/7282032/diff/1/content/common/url_fetcher.cc File content/common/url_fetcher.cc (right): http://codereview.chromium.org/7282032/diff/1/content/common/url_fetcher.cc#newcode798 content/common/url_fetcher.cc:798: backoff_delay_ = backoff_delay; It's never read, only written. How ...
9 years, 5 months ago (2011-06-30 15:50:23 UTC) #3
wtc
willchan: I answered your questions below. http://codereview.chromium.org/7282032/diff/1/content/common/url_fetcher.cc File content/common/url_fetcher.cc (right): http://codereview.chromium.org/7282032/diff/1/content/common/url_fetcher.cc#newcode798 content/common/url_fetcher.cc:798: backoff_delay_ = backoff_delay; ...
9 years, 5 months ago (2011-06-30 21:36:02 UTC) #4
willchan no longer on Chromium
LGTM
9 years, 5 months ago (2011-07-01 16:44:40 UTC) #5
commit-bot: I haz the power
Presubmit check for 7282032-1 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 5 months ago (2011-07-01 16:59:35 UTC) #6
wtc
darin: could you review this CL as a content/common owner? Thanks.
9 years, 5 months ago (2011-07-01 21:54:00 UTC) #7
wtc
willchan: please review Patch Set 3. This is the same patch you reviewed before, updated ...
9 years, 2 months ago (2011-10-15 15:09:38 UTC) #8
willchan no longer on Chromium
LGTM It might be nice to assert that it's only set/read on the delegate message ...
9 years, 2 months ago (2011-10-15 22:34:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/7282032/12001
9 years, 2 months ago (2011-10-16 13:57:40 UTC) #10
commit-bot: I haz the power
9 years, 2 months ago (2011-10-16 15:08:49 UTC) #11
Change committed as 105732

Powered by Google App Engine
This is Rietveld 408576698