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 a6b16ab4a5c56e97ffb02a240f74bec54fce5d38..42a2e69c544e576452fd316e1cf2ea36f8d01069 100644 |
| --- a/testing/variations/fieldtrial_testing_config.json |
| +++ b/testing/variations/fieldtrial_testing_config.json |
| @@ -1390,6 +1390,75 @@ |
| ] |
| } |
| ], |
| + "PermissionPromptUIAndroid": [ |
| + { |
| + "platforms": [ |
| + "android" |
| + ], |
| + "experiments": [ |
| + { |
| + "name": "ModalGestureEnabled", |
| + "params": { |
| + "require_gesture": "true" |
| + }, |
| + "enable_features": [ |
| + "ModalPermissionPrompts" |
| + ], |
| + "disable_features": [ |
| + "DisplayPersistenceToggleInPermissionPrompts" |
| + ] |
| + }, |
| + { |
| + "name": "ModalNoGestureEnabled", |
| + "params": { |
| + "require_gesture": "false" |
| + }, |
| + "enable_features": [ |
| + "ModalPermissionPrompts" |
| + ], |
| + "disable_features": [ |
| + "DisplayPersistenceToggleInPermissionPrompts" |
| + ] |
| + }, |
| + { |
| + "name": "ModalAndToggleEnabled", |
| + "params": { |
| + "require_gesture": "false" |
| + }, |
| + "enable_features": [ |
| + "DisplayPersistenceToggleInPermissionPrompts", |
| + "ModalPermissionPrompts" |
| + ] |
| + }, |
| + { |
| + "name": "ToggleEnabled", |
| + "enable_features": [ |
| + "DisplayPersistenceToggleInPermissionPrompts" |
| + ], |
| + "disable_features": [ |
| + "ModalPermissionPrompts" |
| + ] |
| + } |
|
Ilya Sherman
2016/12/20 01:19:54
Note that only the first of the listed experiments
dominickn
2016/12/20 06:54:20
Thanks. The first experiment is most likely to lau
|
| + ] |
| + } |
| + ], |
| + "PermissionPromptUIViews": [ |
| + { |
| + "platforms": [ |
| + "chromeos", |
| + "linux", |
| + "win" |
| + ], |
| + "experiments": [ |
| + { |
| + "name": "ToggleEnabled", |
| + "enable_features": [ |
| + "DisplayPersistenceToggleInPermissionPrompts" |
| + ] |
| + } |
| + ] |
| + } |
| + ], |
| "PersistentHistograms": [ |
| { |
| "platforms": [ |