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

Issue 8564026: Remove a DCHECK on stopping_ from StartRequestHelper. Since StartRequestHelper is now called on a... (Closed)

Created:
9 years, 1 month ago by robertshield
Modified:
9 years, 1 month ago
Reviewers:
ananta
CC:
chromium-reviews, amit, robertshield
Visibility:
Public.

Description

Remove a DCHECK on stopping_ from StartRequestHelper. Since StartRequestHelper is now called on a background thread, it does not make sense to DCHECK on a piece of state set on the main thread; stopping_ may well be set by the time the StartRequestHelper task is run. On teardown, we do block until pending background requests are handled, so it looks safe to remove the DCHECK. BUG=NONE TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109967

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M chrome_frame/urlmon_url_request.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
robertshield
9 years, 1 month ago (2011-11-14 20:56:00 UTC) #1
ananta
LGTM
9 years, 1 month ago (2011-11-14 21:18:40 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/robertshield@chromium.org/8564026/1
9 years, 1 month ago (2011-11-14 21:22:39 UTC) #3
commit-bot: I haz the power
9 years, 1 month ago (2011-11-14 22:34:41 UTC) #4
Change committed as 109967

Powered by Google App Engine
This is Rietveld 408576698