| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 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 // GENERATED FROM THE SCHEMA DEFINITION AND DESCRIPTION IN | 5 // GENERATED FROM THE SCHEMA DEFINITION AND DESCRIPTION IN |
| 6 // fieldtrial_testing_config_schema.json | 6 // field_trial_testing_config_schema.json |
| 7 // test_config.json | 7 // test_config.json |
| 8 // DO NOT EDIT. | 8 // DO NOT EDIT. |
| 9 | 9 |
| 10 #include "test_output.h" | 10 #include "test_output.h" |
| 11 | 11 |
| 12 | 12 |
| 13 const FieldTrialTestingExperiment array_kFieldTrialConfig_experiments_2[] = { | 13 const FieldTrialTestingExperiment array_kFieldTrialConfig_experiments_2[] = { |
| 14 { | 14 { |
| 15 "ForcedGroup", | 15 "ForcedGroup", |
| 16 NULL, | 16 NULL, |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 { | 124 { |
| 125 "TrialWithForcingFlag", | 125 "TrialWithForcingFlag", |
| 126 array_kFieldTrialConfig_experiments_2, | 126 array_kFieldTrialConfig_experiments_2, |
| 127 1, | 127 1, |
| 128 }, | 128 }, |
| 129 }; | 129 }; |
| 130 const FieldTrialTestingConfig kFieldTrialConfig = { | 130 const FieldTrialTestingConfig kFieldTrialConfig = { |
| 131 array_kFieldTrialConfig_studies, | 131 array_kFieldTrialConfig_studies, |
| 132 4, | 132 4, |
| 133 }; | 133 }; |
| OLD | NEW |