| 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 #ifndef TEST_OUTPUT_H_ | 10 #ifndef TEST_OUTPUT_H_ |
| 11 #define TEST_OUTPUT_H_ | 11 #define TEST_OUTPUT_H_ |
| 12 | 12 |
| 13 #include <cstddef> | 13 #include <cstddef> |
| 14 | 14 |
| 15 | 15 |
| 16 struct FieldTrialTestingExperimentParams { | 16 struct FieldTrialTestingExperimentParams { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 37 | 37 |
| 38 struct FieldTrialTestingConfig { | 38 struct FieldTrialTestingConfig { |
| 39 const FieldTrialTestingStudy * studies; | 39 const FieldTrialTestingStudy * studies; |
| 40 const size_t studies_size; | 40 const size_t studies_size; |
| 41 }; | 41 }; |
| 42 | 42 |
| 43 | 43 |
| 44 extern const FieldTrialTestingConfig kFieldTrialConfig; | 44 extern const FieldTrialTestingConfig kFieldTrialConfig; |
| 45 | 45 |
| 46 #endif // TEST_OUTPUT_H_ | 46 #endif // TEST_OUTPUT_H_ |
| OLD | NEW |