| Index: base/metrics/field_trial.h
|
| diff --git a/base/metrics/field_trial.h b/base/metrics/field_trial.h
|
| index 1f0af9e96c5e8e50be1cfb06b6f51087e48d6798..89020773cf0438a19bb95d69e1d80db34f38f707 100644
|
| --- a/base/metrics/field_trial.h
|
| +++ b/base/metrics/field_trial.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -217,12 +217,12 @@ class FieldTrialList {
|
| static size_t GetFieldTrialCount();
|
|
|
| private:
|
| - // Helper function should be called only while holding lock_.
|
| - FieldTrial* PreLockedFind(const std::string& name);
|
| -
|
| // A map from FieldTrial names to the actual instances.
|
| typedef std::map<std::string, FieldTrial*> RegistrationList;
|
|
|
| + // Helper function should be called only while holding lock_.
|
| + FieldTrial* PreLockedFind(const std::string& name);
|
| +
|
| static FieldTrialList* global_; // The singleton of this class.
|
|
|
| // This will tell us if there is an attempt to register a field trial without
|
|
|