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

Issue 7831021: Support for registering arbitrary Tasks with AtExitManager. (Closed)

Created:
9 years, 3 months ago by apatrick_chromium
Modified:
9 years, 3 months ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Support for registering arbitrary Tasks with AtExitManager. Previously it was limitted to functions taling a single void* argument. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99856

Patch Set 1 : '' #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -15 lines) Patch
M base/at_exit.h View 1 3 chunks +6 lines, -9 lines 0 comments Download
M base/at_exit.cc View 1 3 chunks +11 lines, -6 lines 0 comments Download
M base/at_exit_unittest.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
apatrick_chromium
9 years, 3 months ago (2011-09-01 22:48:25 UTC) #1
darin (slow to review)
Looks good, but... http://codereview.chromium.org/7831021/diff/1005/base/at_exit.h File base/at_exit.h (right): http://codereview.chromium.org/7831021/diff/1005/base/at_exit.h#newcode50 base/at_exit.h:50: static void RegisterTask(Task* task); how about ...
9 years, 3 months ago (2011-09-01 23:35:44 UTC) #2
apatrick_chromium
PTAL. Try results look okay but they aren't showing up on codereview. http://build.chromium.org/p/tryserver.chromium/builders/linux/builds/46905 http://build.chromium.org/p/tryserver.chromium/builders/win/builds/52781 http://build.chromium.org/p/tryserver.chromium/builders/mac/builds/46889
9 years, 3 months ago (2011-09-02 17:58:32 UTC) #3
apatrick_chromium
Ping! :)
9 years, 3 months ago (2011-09-06 19:46:38 UTC) #4
darin (slow to review)
LGTM
9 years, 3 months ago (2011-09-06 21:18:25 UTC) #5
commit-bot: I haz the power
9 years, 3 months ago (2011-09-06 23:14:55 UTC) #6
Change committed as 99856

Powered by Google App Engine
This is Rietveld 408576698