OLD | NEW |
1 { | 1 { |
2 "AndroidSessionNotifications": [ | |
3 { | |
4 "platforms": [ | |
5 "android" | |
6 ], | |
7 "experiments": [ | |
8 { | |
9 "name": "Disabled" | |
10 } | |
11 ] | |
12 } | |
13 ], | |
14 "AndroidSpellChecker": [ | 2 "AndroidSpellChecker": [ |
15 { | 3 { |
16 "platforms": [ | 4 "platforms": [ |
17 "android" | 5 "android" |
18 ], | 6 ], |
19 "experiments": [ | 7 "experiments": [ |
20 { | 8 { |
21 "name": "Enabled_NonLowEnd", | 9 "name": "Enabled_NonLowEnd", |
22 "enable_features": [ | 10 "enable_features": [ |
23 "AndroidSpellCheckerNonLowEnd" | 11 "AndroidSpellCheckerNonLowEnd" |
(...skipping 2529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2553 { | 2541 { |
2554 "name": "Enabled", | 2542 "name": "Enabled", |
2555 "enable_features": [ | 2543 "enable_features": [ |
2556 "use-new-media-cache" | 2544 "use-new-media-cache" |
2557 ] | 2545 ] |
2558 } | 2546 } |
2559 ] | 2547 ] |
2560 } | 2548 } |
2561 ] | 2549 ] |
2562 } | 2550 } |
OLD | NEW |