[email protected] | cffb200 | 2014-05-22 03:58:39 | [diff] [blame] | 1 | // Copyright 2014 The Chromium Authors. All rights reserved. |
[email protected] | 2134467 | 2013-11-07 06:04:28 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
sdefresne | a59146f | 2015-08-14 15:47:00 | [diff] [blame] | 5 | #ifndef COMPONENTS_VARIATIONS_EXPERIMENT_LABELS_H_ |
6 | #define COMPONENTS_VARIATIONS_EXPERIMENT_LABELS_H_ | ||||
[email protected] | 2134467 | 2013-11-07 06:04:28 | [diff] [blame] | 7 | |
8 | #include "base/metrics/field_trial.h" | ||||
9 | #include "base/strings/string16.h" | ||||
10 | |||||
blundell | 57bcfed | 2015-09-04 08:44:45 | [diff] [blame] | 11 | namespace variations { |
[email protected] | 2134467 | 2013-11-07 06:04:28 | [diff] [blame] | 12 | |
[email protected] | 2134467 | 2013-11-07 06:04:28 | [diff] [blame] | 13 | // Takes the value of experiment_labels from the registry and returns a valid |
14 | // experiment_labels string value containing only the labels that are not | ||||
15 | // associated with Chrome Variations. | ||||
[email protected] | 428fac1 | 2013-12-05 21:38:49 | [diff] [blame] | 16 | base::string16 ExtractNonVariationLabels(const base::string16& labels); |
[email protected] | 2134467 | 2013-11-07 06:04:28 | [diff] [blame] | 17 | |
blundell | 57bcfed | 2015-09-04 08:44:45 | [diff] [blame] | 18 | } // namespace variations |
[email protected] | 2134467 | 2013-11-07 06:04:28 | [diff] [blame] | 19 | |
sdefresne | a59146f | 2015-08-14 15:47:00 | [diff] [blame] | 20 | #endif // COMPONENTS_VARIATIONS_EXPERIMENT_LABELS_H_ |