Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2152)

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2591523003: Add permission prompt UI experiments to variations testing. (Closed)
Patch Set: Add feature flag overrides to ensure tests pass Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/push_messaging/PushMessagingTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/push_messaging/PushMessagingTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698