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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 "experiments": [ 1398 "experiments": [
1399 { 1399 {
1400 "name": "3-Times", 1400 "name": "3-Times",
1401 "params": { 1401 "params": {
1402 "dismissal_count": "3" 1402 "dismissal_count": "3"
1403 } 1403 }
1404 } 1404 }
1405 ] 1405 ]
1406 } 1406 }
1407 ], 1407 ],
1408 "PermissionPromptUIAndroid": [
1409 {
1410 "platforms": [
1411 "android"
1412 ],
1413 "experiments": [
1414 {
1415 "name": "ModalGestureEnabled",
1416 "params": {
1417 "require_gesture": "true"
1418 },
1419 "enable_features": [
1420 "ModalPermissionPrompts"
1421 ],
1422 "disable_features": [
1423 "DisplayPersistenceToggleInPermissionPrompts"
1424 ]
1425 },
1426 {
1427 "name": "ModalNoGestureEnabled",
1428 "params": {
1429 "require_gesture": "false"
1430 },
1431 "enable_features": [
1432 "ModalPermissionPrompts"
1433 ],
1434 "disable_features": [
1435 "DisplayPersistenceToggleInPermissionPrompts"
1436 ]
1437 },
1438 {
1439 "name": "ModalAndToggleEnabled",
1440 "params": {
1441 "require_gesture": "false"
1442 },
1443 "enable_features": [
1444 "DisplayPersistenceToggleInPermissionPrompts",
1445 "ModalPermissionPrompts"
1446 ]
1447 },
1448 {
1449 "name": "ToggleEnabled",
1450 "enable_features": [
1451 "DisplayPersistenceToggleInPermissionPrompts"
1452 ],
1453 "disable_features": [
1454 "ModalPermissionPrompts"
1455 ]
1456 }
1457 ]
1458 }
1459 ],
1460 "PermissionPromptUIViews": [
1461 {
1462 "platforms": [
1463 "chromeos",
1464 "linux",
1465 "win"
1466 ],
1467 "experiments": [
1468 {
1469 "name": "ToggleEnabled",
1470 "enable_features": [
1471 "DisplayPersistenceToggleInPermissionPrompts"
1472 ]
1473 }
1474 ]
1475 }
1476 ],
1408 "PersistentHistograms": [ 1477 "PersistentHistograms": [
1409 { 1478 {
1410 "platforms": [ 1479 "platforms": [
1411 "android", 1480 "android",
1412 "chromeos", 1481 "chromeos",
1413 "ios", 1482 "ios",
1414 "linux", 1483 "linux",
1415 "mac", 1484 "mac",
1416 "win" 1485 "win"
1417 ], 1486 ],
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
2416 { 2485 {
2417 "name": "Enabled", 2486 "name": "Enabled",
2418 "enable_features": [ 2487 "enable_features": [
2419 "use-new-media-cache" 2488 "use-new-media-cache"
2420 ] 2489 ]
2421 } 2490 }
2422 ] 2491 ]
2423 } 2492 }
2424 ] 2493 ]
2425 } 2494 }
OLDNEW
« 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