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

Issue 160020: Cleanup pending tasks under Valgrind as well. (Closed)

Created:
11 years, 5 months ago by kuchhal
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Cleanup pending tasks under Valgrind as well. BUG=16095 Committed: http://src.chromium.org/viewvc/21429

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -6 lines) Patch
M base/message_loop.cc View 2 chunks +10 lines, -6 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
kuchhal
11 years, 5 months ago (2009-07-23 17:29:09 UTC) #1
Erik does not do reviews
http://codereview.chromium.org/160020/diff/1/2 File base/message_loop.cc (right): http://codereview.chromium.org/160020/diff/1/2#newcode375 Line 375: #if defined(PURIFY) can these conditionals just be changed ...
11 years, 5 months ago (2009-07-23 17:48:26 UTC) #2
kuchhal
RUNNING_ON_VALGRIND macro is only defined on linux/mac through valgrind.h header. Moreever we actually need to ...
11 years, 5 months ago (2009-07-23 17:59:34 UTC) #3
Erik does not do reviews
11 years, 5 months ago (2009-07-23 19:48:01 UTC) #4
Ah, right.  I was reading that if (RUNNING_ON_VALGRIND) as #if.

LGTM

Powered by Google App Engine
This is Rietveld 408576698