Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / chrome / common / variations / uniformity_field_trials.h
bloba89734c277288870010af84ff15000217ea4a23d
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_COMMON_VARIATIONS_UNIFORMITY_FIELD_TRIALS_H_
6 #define CHROME_COMMON_VARIATIONS_UNIFORMITY_FIELD_TRIALS_H_
8 namespace base {
9 class Time;
12 namespace chrome_variations {
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,
16 // bucketing and reporting systems.
17 void SetupUniformityFieldTrials(const base::Time install_date);
19 } // namespace chrome_variations
21 #endif // CHROME_COMMON_VARIATIONS_UNIFORMITY_FIELD_TRIALS_H_