Chromium Code Reviews| Index: testing/variations/fieldtrial_testing_config.json |
| diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json |
| index be50a87d9c1debff9506db189847f25886ff4f3f..f6acedf804cb88bc2ca4cc3ae6318d999fefa17b 100644 |
| --- a/testing/variations/fieldtrial_testing_config.json |
| +++ b/testing/variations/fieldtrial_testing_config.json |
| @@ -2054,6 +2054,48 @@ |
| ] |
| } |
| ], |
| + "SearchGeolocationDisclosure": [ |
| + { |
| + "platforms": [ |
| + "android" |
| + ], |
| + "experiments": [ |
|
rkaplow
2017/01/12 16:30:36
we only support one experiment tested in the test
benwells
2017/01/12 23:29:38
Ah, OK. I've removed all but the first one, which
|
| + { |
| + "name": "EnableNewShow3Each1Day", |
| + "enable_features": [ |
| + "ConsistentOmniboxGeolocation" |
| + ] |
| + }, |
| + { |
| + "name": "EnableNewShow2Each1Day", |
| + "params": { |
| + "MaxShowCount": "2" |
| + }, |
| + "enable_features": [ |
| + "ConsistentOmniboxGeolocation" |
| + ] |
| + }, |
| + { |
| + "name": "EnableNewShow4Each1Day", |
| + "params": { |
| + "MaxShowCount": "4" |
| + }, |
| + "enable_features": [ |
| + "ConsistentOmniboxGeolocation" |
| + ] |
| + }, |
| + { |
| + "name": "EnableNewShow3Each2Days", |
| + "params": { |
| + "DaysPerShow": "2" |
| + }, |
| + "enable_features": [ |
| + "ConsistentOmniboxGeolocation" |
| + ] |
| + } |
| + ] |
| + } |
| + ], |
| "SeccompSandboxAndroid": [ |
| { |
| "platforms": [ |