OLD | NEW |
1 { | 1 { |
2 "BrowserBlacklist": [ | 2 "BrowserBlacklist": [ |
3 { | 3 { |
4 "group_name": "Enabled" | 4 "group_name": "Enabled" |
5 } | 5 } |
6 ], | 6 ], |
7 "ChildAccountDetection": [ | 7 "ChildAccountDetection": [ |
8 { | 8 { |
9 "group_name": "Disabled" | 9 "group_name": "Disabled" |
10 } | 10 } |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 "group_name": "Enabled" | 111 "group_name": "Enabled" |
112 } | 112 } |
113 ], | 113 ], |
114 "SyncHttpContentCompression": [ | 114 "SyncHttpContentCompression": [ |
115 { | 115 { |
116 "group_name": "Enabled" | 116 "group_name": "Enabled" |
117 }, | 117 }, |
118 { | 118 { |
119 "group_name": "Disabled" | 119 "group_name": "Disabled" |
120 } | 120 } |
| 121 ], |
| 122 "AutofillFieldMetadata": [ |
| 123 { |
| 124 "group_name": "Enabled" |
| 125 } |
121 ] | 126 ] |
122 } | 127 } |
OLD | NEW |