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

Issue 419103002: Componentize ComponentUpdater: Remove erroneous task runner DCHECK in DefaultComponentInstaller. (Closed)

Created:
6 years, 5 months ago by tommycli
Modified:
6 years, 5 months ago
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Componentize ComponentUpdater: Remove erroneous task runner DCHECK in DefaultComponentInstaller. Removes an erroneous DCHECK added in this patch: https://codereview.chromium.org/385013002/ This DCHECK is erroneous, because the Install() function in DefaultComponentInstaller is actually called on a different task runner than the member task runner. It's called from ComponentUnpacker::Install. ComponentUnpacker has a different task runner with a different sequence token, so it's erroneous to DCHECK it against the member task runner of DefaultComponentInstaller. BUG=397264 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285526

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -2 lines) Patch
M chrome/browser/component_updater/default_component_installer.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
tommycli
PTAL. This fixes a recently introduced bug.
6 years, 5 months ago (2014-07-24 22:58:25 UTC) #1
waffles
lgtm
6 years, 5 months ago (2014-07-24 23:06:24 UTC) #2
tommycli
The CQ bit was checked by tommycli@chromium.org
6 years, 5 months ago (2014-07-24 23:10:06 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommycli@chromium.org/419103002/1
6 years, 5 months ago (2014-07-24 23:11:31 UTC) #4
commit-bot: I haz the power
6 years, 5 months ago (2014-07-25 08:15:52 UTC) #5
Message was sent while issue was closed.
Change committed as 285526

Powered by Google App Engine
This is Rietveld 408576698