| Index: testing/variations/fieldtrial_testing_config.json
|
| diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
|
| index fb1ef616e08fa31ce9aab4d4fac3bbd8de48b0eb..574e89cb8dbc0eec7635504535830c7db60a3576 100644
|
| --- a/testing/variations/fieldtrial_testing_config.json
|
| +++ b/testing/variations/fieldtrial_testing_config.json
|
| @@ -1405,6 +1405,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"
|
| + ]
|
| + }
|
| + ]
|
| + }
|
| + ],
|
| + "PermissionPromptUIViews": [
|
| + {
|
| + "platforms": [
|
| + "chromeos",
|
| + "linux",
|
| + "win"
|
| + ],
|
| + "experiments": [
|
| + {
|
| + "name": "ToggleEnabled",
|
| + "enable_features": [
|
| + "DisplayPersistenceToggleInPermissionPrompts"
|
| + ]
|
| + }
|
| + ]
|
| + }
|
| + ],
|
| "PersistentHistograms": [
|
| {
|
| "platforms": [
|
|
|