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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2591523003: Add permission prompt UI experiments to variations testing. (Closed)
Patch Set: 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 | « no previous file | 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 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": [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698