| OLD | NEW |
| 1 { | 1 { |
| 2 "AlternateComponentUrls": [ | 2 "AlternateComponentUrls": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android", | 5 "android", |
| 6 "chromeos", | 6 "chromeos", |
| 7 "ios", | 7 "ios", |
| 8 "linux", | 8 "linux", |
| 9 "mac", | 9 "mac", |
| 10 "win" | 10 "win" |
| (...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 "experiments": [ | 549 "experiments": [ |
| 550 { | 550 { |
| 551 "name": "DefaultEnableGpuRasterization", | 551 "name": "DefaultEnableGpuRasterization", |
| 552 "enable_features": [ | 552 "enable_features": [ |
| 553 "DefaultEnableGpuRasterization" | 553 "DefaultEnableGpuRasterization" |
| 554 ] | 554 ] |
| 555 } | 555 } |
| 556 ] | 556 ] |
| 557 } | 557 } |
| 558 ], | 558 ], |
| 559 "DisableFirstRunAutoImport": [ | |
| 560 { | |
| 561 "platforms": [ | |
| 562 "win" | |
| 563 ], | |
| 564 "experiments": [ | |
| 565 { | |
| 566 "name": "AutoImportDisabled", | |
| 567 "enable_features": [ | |
| 568 "DisableFirstRunAutoImport" | |
| 569 ] | |
| 570 } | |
| 571 ] | |
| 572 } | |
| 573 ], | |
| 574 "DisallowFetchForDocWrittenScriptsInMainFrame": [ | 559 "DisallowFetchForDocWrittenScriptsInMainFrame": [ |
| 575 { | 560 { |
| 576 "platforms": [ | 561 "platforms": [ |
| 577 "android" | 562 "android" |
| 578 ], | 563 ], |
| 579 "experiments": [ | 564 "experiments": [ |
| 580 { | 565 { |
| 581 "name": "DocumentWriteEvaluatorGroup", | 566 "name": "DocumentWriteEvaluatorGroup", |
| 582 "params": { | 567 "params": { |
| 583 "disallowFetchForDocWrittenScriptsInMainFrame": "false", | 568 "disallowFetchForDocWrittenScriptsInMainFrame": "false", |
| (...skipping 2462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3046 { | 3031 { |
| 3047 "name": "Enabled", | 3032 "name": "Enabled", |
| 3048 "enable_features": [ | 3033 "enable_features": [ |
| 3049 "use-new-media-cache" | 3034 "use-new-media-cache" |
| 3050 ] | 3035 ] |
| 3051 } | 3036 } |
| 3052 ] | 3037 ] |
| 3053 } | 3038 } |
| 3054 ] | 3039 ] |
| 3055 } | 3040 } |
| OLD | NEW |