OLD | NEW |
1 { | 1 { |
2 "AllBookmarks": [ | 2 "AllBookmarks": [ |
3 { | 3 { |
4 "disable_features": [ | 4 "disable_features": [ |
5 "AllBookmarks" | 5 "AllBookmarks" |
6 ], | 6 ], |
7 "group_name": "Disabled" | 7 "group_name": "Disabled" |
8 } | 8 } |
9 ], | 9 ], |
10 "AndroidSessionNotifications": [ | 10 "AndroidSessionNotifications": [ |
(...skipping 20 matching lines...) Expand all Loading... |
31 "AutofillClassifier": [ | 31 "AutofillClassifier": [ |
32 { | 32 { |
33 "group_name": "Enabled" | 33 "group_name": "Enabled" |
34 } | 34 } |
35 ], | 35 ], |
36 "AutofillFieldMetadata": [ | 36 "AutofillFieldMetadata": [ |
37 { | 37 { |
38 "group_name": "Enabled" | 38 "group_name": "Enabled" |
39 } | 39 } |
40 ], | 40 ], |
41 "AutofillProfileCleanup": [ | |
42 { | |
43 "enable_features": [ | |
44 "AutofillProfileCleanup" | |
45 ], | |
46 "group_name": "Enabled" | |
47 } | |
48 ], | |
49 "AutofillProfileOrderByFrecency": [ | 41 "AutofillProfileOrderByFrecency": [ |
50 { | 42 { |
51 "group_name": "EnabledLimitTo3", | 43 "group_name": "EnabledLimitTo3", |
52 "params": { | 44 "params": { |
53 "limit": "3" | 45 "limit": "3" |
54 } | 46 } |
55 }, | 47 }, |
56 { | 48 { |
57 "group_name": "Enabled" | 49 "group_name": "Enabled" |
58 } | 50 } |
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 ], | 582 ], |
591 "use-new-media-cache": [ | 583 "use-new-media-cache": [ |
592 { | 584 { |
593 "enable_features": [ | 585 "enable_features": [ |
594 "use-new-media-cache" | 586 "use-new-media-cache" |
595 ], | 587 ], |
596 "group_name": "Enabled" | 588 "group_name": "Enabled" |
597 } | 589 } |
598 ] | 590 ] |
599 } | 591 } |
OLD | NEW |