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

Issue 18535: Decrements FieldTrialList::constructor_count_ in the destructor. I'm... (Closed)

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

Description

Decrements FieldTrialList::constructor_count_ in the destructor. I'm going to run ui tests in process and call BrowserMain multiple times. That means FieldTrialList's constructor is run multiple times. Without this decrement, the constructor isn't happy. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8554

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -10 lines) Patch
M base/field_trial.h View 1 chunk +0 lines, -4 lines 0 comments Download
M base/field_trial.cc View 1 1 chunk +1 line, -5 lines 0 comments Download
M base/field_trial_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
sky
11 years, 11 months ago (2009-01-23 00:59:45 UTC) #1
sky
Updated per our conversation. -Scott
11 years, 11 months ago (2009-01-23 01:18:12 UTC) #2
jar (doing other things)
11 years, 11 months ago (2009-01-23 01:33:29 UTC) #3
LGTM!

Thanks!!!!

Powered by Google App Engine
This is Rietveld 408576698