Index: base/field_trial.h |
=================================================================== |
--- base/field_trial.h (revision 8409) |
+++ base/field_trial.h (working copy) |
@@ -80,11 +80,7 @@ |
private: |
typedef std::map<std::wstring, FieldTrial*> RegistrationList; |
- friend class FieldTrialTest; |
- static void ResetConstructorCountForTestingOnly() { constructor_count_ = 0; } |
- |
static FieldTrialList* global_; // The singleton of this class. |
- static int constructor_count_; // Prevent having more than one. |
base::Time application_start_time_; |
RegistrationList registered_; |