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

Issue 8500008: base::Bind() conversion for ComponentUpdaterService. (Closed)

Created:
9 years, 1 month ago by dcheng
Modified:
9 years, 1 month ago
CC:
chromium-reviews
Visibility:
Public.

Description

base::Bind() conversion for ComponentUpdaterService. BUG=none TEST=trybots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110986

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -9 lines) Patch
M chrome/browser/component_updater/component_updater_service.cc View 1 2 5 chunks +10 lines, -9 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
dcheng
9 years, 1 month ago (2011-11-21 08:10:01 UTC) #1
asargent_no_longer_on_chrome
9 years, 1 month ago (2011-11-21 18:00:16 UTC) #2
lgtm

http://codereview.chromium.org/8500008/diff/3001/chrome/browser/component_upd...
File chrome/browser/component_updater/component_updater_service.cc (right):

http://codereview.chromium.org/8500008/diff/3001/chrome/browser/component_upd...
chrome/browser/component_updater/component_updater_service.cc:698:
base::Unretained(this),
optional suggestion: add comment near the base:Unretained here that says
something like 

// Why Unretained? See comment at top of file.

http://codereview.chromium.org/8500008/diff/3001/chrome/browser/component_upd...
chrome/browser/component_updater/component_updater_service.cc:719:
base::Bind(&CrxUpdateService::DoneInstalling, base::Unretained(this),
same suggestion here

Powered by Google App Engine
This is Rietveld 408576698