OLD | NEW |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CHROME_COMMON_METRICS_VARIATIONS_UNIFORMITY_FIELD_TRIALS_H_ | 5 #ifndef CHROME_COMMON_VARIATIONS_UNIFORMITY_FIELD_TRIALS_H_ |
6 #define CHROME_COMMON_METRICS_VARIATIONS_UNIFORMITY_FIELD_TRIALS_H_ | 6 #define CHROME_COMMON_VARIATIONS_UNIFORMITY_FIELD_TRIALS_H_ |
7 | 7 |
8 namespace base { | 8 namespace base { |
9 class Time; | 9 class Time; |
10 } | 10 } |
11 | 11 |
12 namespace chrome_variations { | 12 namespace chrome_variations { |
13 | 13 |
14 // A collection of one-time-randomized and session-randomized field trials | 14 // A collection of one-time-randomized and session-randomized field trials |
15 // intended to test the uniformity and correctness of the field trial control, | 15 // intended to test the uniformity and correctness of the field trial control, |
16 // bucketing and reporting systems. | 16 // bucketing and reporting systems. |
17 void SetupUniformityFieldTrials(const base::Time install_date); | 17 void SetupUniformityFieldTrials(const base::Time install_date); |
18 | 18 |
19 } // namespace chrome_variations | 19 } // namespace chrome_variations |
20 | 20 |
21 #endif // CHROME_COMMON_METRICS_VARIATIONS_UNIFORMITY_FIELD_TRIALS_H_ | 21 #endif // CHROME_COMMON_VARIATIONS_UNIFORMITY_FIELD_TRIALS_H_ |
OLD | NEW |