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 ], |
41 "AutofillProfileOrderByFrecency": [ | 49 "AutofillProfileOrderByFrecency": [ |
42 { | 50 { |
43 "group_name": "EnabledLimitTo3", | 51 "group_name": "EnabledLimitTo3", |
44 "params": { | 52 "params": { |
45 "limit": "3" | 53 "limit": "3" |
46 } | 54 } |
47 }, | 55 }, |
48 { | 56 { |
49 "group_name": "Enabled" | 57 "group_name": "Enabled" |
50 } | 58 } |
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 ], | 590 ], |
583 "use-new-media-cache": [ | 591 "use-new-media-cache": [ |
584 { | 592 { |
585 "enable_features": [ | 593 "enable_features": [ |
586 "use-new-media-cache" | 594 "use-new-media-cache" |
587 ], | 595 ], |
588 "group_name": "Enabled" | 596 "group_name": "Enabled" |
589 } | 597 } |
590 ] | 598 ] |
591 } | 599 } |
OLD | NEW |