OLD | NEW |
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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 "experiments": [ | 465 "experiments": [ |
466 { | 466 { |
467 "name": "DefaultEnableGpuRasterization", | 467 "name": "DefaultEnableGpuRasterization", |
468 "enable_features": [ | 468 "enable_features": [ |
469 "DefaultEnableGpuRasterization" | 469 "DefaultEnableGpuRasterization" |
470 ] | 470 ] |
471 } | 471 } |
472 ] | 472 ] |
473 } | 473 } |
474 ], | 474 ], |
| 475 "DisableFirstRunAutoImport": [ |
| 476 { |
| 477 "platforms": [ |
| 478 "win" |
| 479 ], |
| 480 "experiments": [ |
| 481 { |
| 482 "name": "DisableFirstRunAutoImport", |
| 483 "enable_features": [ |
| 484 "DisableFirstRunAutoImport" |
| 485 ] |
| 486 } |
| 487 ] |
| 488 } |
| 489 ], |
475 "DisallowFetchForDocWrittenScriptsInMainFrame": [ | 490 "DisallowFetchForDocWrittenScriptsInMainFrame": [ |
476 { | 491 { |
477 "platforms": [ | 492 "platforms": [ |
478 "android" | 493 "android" |
479 ], | 494 ], |
480 "experiments": [ | 495 "experiments": [ |
481 { | 496 { |
482 "name": "DocumentWriteEvaluatorGroup", | 497 "name": "DocumentWriteEvaluatorGroup", |
483 "params": { | 498 "params": { |
484 "disallowFetchForDocWrittenScriptsInMainFrame": "false", | 499 "disallowFetchForDocWrittenScriptsInMainFrame": "false", |
(...skipping 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2401 { | 2416 { |
2402 "name": "Enabled", | 2417 "name": "Enabled", |
2403 "enable_features": [ | 2418 "enable_features": [ |
2404 "use-new-media-cache" | 2419 "use-new-media-cache" |
2405 ] | 2420 ] |
2406 } | 2421 } |
2407 ] | 2422 ] |
2408 } | 2423 } |
2409 ] | 2424 ] |
2410 } | 2425 } |
OLD | NEW |