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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | 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 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 "experiments": [ 1383 "experiments": [
1384 { 1384 {
1385 "name": "3-Times", 1385 "name": "3-Times",
1386 "params": { 1386 "params": {
1387 "dismissal_count": "3" 1387 "dismissal_count": "3"
1388 } 1388 }
1389 } 1389 }
1390 ] 1390 ]
1391 } 1391 }
1392 ], 1392 ],
1393 "PermissionPromptUIAndroid": [
1394 {
1395 "platforms": [
1396 "android"
1397 ],
1398 "experiments": [
1399 {
1400 "name": "ModalGestureEnabled",
1401 "params": {
1402 "require_gesture": "true"
1403 },
1404 "enable_features": [
1405 "ModalPermissionPrompts"
1406 ],
1407 "disable_features": [
1408 "DisplayPersistenceToggleInPermissionPrompts"
1409 ]
1410 },
1411 {
1412 "name": "ModalNoGestureEnabled",
1413 "params": {
1414 "require_gesture": "false"
1415 },
1416 "enable_features": [
1417 "ModalPermissionPrompts"
1418 ],
1419 "disable_features": [
1420 "DisplayPersistenceToggleInPermissionPrompts"
1421 ]
1422 },
1423 {
1424 "name": "ModalAndToggleEnabled",
1425 "params": {
1426 "require_gesture": "false"
1427 },
1428 "enable_features": [
1429 "DisplayPersistenceToggleInPermissionPrompts",
1430 "ModalPermissionPrompts"
1431 ]
1432 },
1433 {
1434 "name": "ToggleEnabled",
1435 "enable_features": [
1436 "DisplayPersistenceToggleInPermissionPrompts"
1437 ],
1438 "disable_features": [
1439 "ModalPermissionPrompts"
1440 ]
1441 }
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
1442 ]
1443 }
1444 ],
1445 "PermissionPromptUIViews": [
1446 {
1447 "platforms": [
1448 "chromeos",
1449 "linux",
1450 "win"
1451 ],
1452 "experiments": [
1453 {
1454 "name": "ToggleEnabled",
1455 "enable_features": [
1456 "DisplayPersistenceToggleInPermissionPrompts"
1457 ]
1458 }
1459 ]
1460 }
1461 ],
1393 "PersistentHistograms": [ 1462 "PersistentHistograms": [
1394 { 1463 {
1395 "platforms": [ 1464 "platforms": [
1396 "android", 1465 "android",
1397 "chromeos", 1466 "chromeos",
1398 "ios", 1467 "ios",
1399 "linux", 1468 "linux",
1400 "mac", 1469 "mac",
1401 "win" 1470 "win"
1402 ], 1471 ],
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
2460 { 2529 {
2461 "name": "Enabled", 2530 "name": "Enabled",
2462 "enable_features": [ 2531 "enable_features": [
2463 "use-new-media-cache" 2532 "use-new-media-cache"
2464 ] 2533 ]
2465 } 2534 }
2466 ] 2535 ]
2467 } 2536 }
2468 ] 2537 ]
2469 } 2538 }
OLDNEW
« 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