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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 ] | 473 ] |
474 } | 474 } |
475 ], | 475 ], |
476 "DisableFirstRunAutoImport": [ | 476 "DisableFirstRunAutoImport": [ |
477 { | 477 { |
478 "platforms": [ | 478 "platforms": [ |
479 "win" | 479 "win" |
480 ], | 480 ], |
481 "experiments": [ | 481 "experiments": [ |
482 { | 482 { |
483 "name": "DisableFirstRunAutoImport", | 483 "name": "AutoImportDisabled", |
484 "enable_features": [ | 484 "enable_features": [ |
485 "DisableFirstRunAutoImport" | 485 "DisableFirstRunAutoImport" |
486 ] | 486 ] |
487 } | 487 } |
488 ] | 488 ] |
489 } | 489 } |
490 ], | 490 ], |
491 "DisallowFetchForDocWrittenScriptsInMainFrame": [ | 491 "DisallowFetchForDocWrittenScriptsInMainFrame": [ |
492 { | 492 { |
493 "platforms": [ | 493 "platforms": [ |
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2506 { | 2506 { |
2507 "name": "Enabled", | 2507 "name": "Enabled", |
2508 "enable_features": [ | 2508 "enable_features": [ |
2509 "use-new-media-cache" | 2509 "use-new-media-cache" |
2510 ] | 2510 ] |
2511 } | 2511 } |
2512 ] | 2512 ] |
2513 } | 2513 } |
2514 ] | 2514 ] |
2515 } | 2515 } |
OLD | NEW |