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

Issue 8570022: base::Bind() conversion for chrome/browser/search_engines (Closed)

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

Description

base::Bind() conversion for chrome/browser/search_engines BUG=none TEST=compiles and passes tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110342

Patch Set 1 #

Patch Set 2 : Fix build. #

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -269 lines) Patch
M base/base.gyp View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M base/base.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
D base/task_queue.h View 1 2 1 chunk +0 lines, -44 lines 0 comments Download
D base/task_queue.cc View 1 2 1 chunk +0 lines, -49 lines 0 comments Download
D base/task_queue_unittest.cc View 1 2 1 chunk +0 lines, -147 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_data.h View 1 2 3 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_data.cc View 1 2 3 4 chunks +15 lines, -9 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_data_unittest.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_state_message_filter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_state_message_filter.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
dcheng
No one else uses TaskQueue so I just deleted it from base. I replaced it ...
9 years, 1 month ago (2011-11-16 02:17:05 UTC) #1
sky
http://codereview.chromium.org/8570022/diff/4001/chrome/browser/search_engines/search_provider_install_data.cc File chrome/browser/search_engines/search_provider_install_data.cc (right): http://codereview.chromium.org/8570022/diff/4001/chrome/browser/search_engines/search_provider_install_data.cc#newcode307 chrome/browser/search_engines/search_provider_install_data.cc:307: closure_queue_.clear(); I've feel better if you created a vector ...
9 years, 1 month ago (2011-11-16 04:42:17 UTC) #2
willchan no longer on Chromium
base/ LGTM, and yes, std::vector of Closures work fine. There's one subtle difference though in ...
9 years, 1 month ago (2011-11-16 05:43:26 UTC) #3
dcheng
http://codereview.chromium.org/8570022/diff/4001/chrome/browser/search_engines/search_provider_install_data.cc File chrome/browser/search_engines/search_provider_install_data.cc (right): http://codereview.chromium.org/8570022/diff/4001/chrome/browser/search_engines/search_provider_install_data.cc#newcode307 chrome/browser/search_engines/search_provider_install_data.cc:307: closure_queue_.clear(); On 2011/11/16 04:42:17, sky wrote: > I've feel ...
9 years, 1 month ago (2011-11-16 10:00:39 UTC) #4
sky
LGTM I like the swap approach because you don't have to worry about someone trying ...
9 years, 1 month ago (2011-11-16 16:40:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/8570022/6001
9 years, 1 month ago (2011-11-16 18:47:27 UTC) #6
commit-bot: I haz the power
9 years, 1 month ago (2011-11-16 19:50:42 UTC) #7
Change committed as 110342

Powered by Google App Engine
This is Rietveld 408576698