| OLD | NEW |
| 1 { | 1 { |
| 2 "AsyncDNS": [ | 2 "AsyncDNS": [ |
| 3 { | 3 { |
| 4 "group_name": "AsyncDNSA" | 4 "group_name": "AsyncDNSA" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AutofillClassifier": [ | 7 "AutofillClassifier": [ |
| 8 { | 8 { |
| 9 "group_name": "Enabled" | 9 "group_name": "Enabled" |
| 10 } | 10 } |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 "PasswordBranding": [ | 133 "PasswordBranding": [ |
| 134 { | 134 { |
| 135 "group_name": "SmartLockBrandingSavePromptOnly" | 135 "group_name": "SmartLockBrandingSavePromptOnly" |
| 136 } | 136 } |
| 137 ], | 137 ], |
| 138 "PasswordManagerSettingsMigration": [ | 138 "PasswordManagerSettingsMigration": [ |
| 139 { | 139 { |
| 140 "group_name": "Enable" | 140 "group_name": "Enable" |
| 141 } | 141 } |
| 142 ], | 142 ], |
| 143 "PreconnectMore": [ |
| 144 { |
| 145 "enable_features": [ |
| 146 "PreconnectMore" |
| 147 ], |
| 148 "group_name": "Enabled" |
| 149 } |
| 150 ], |
| 143 "QUIC": [ | 151 "QUIC": [ |
| 144 { | 152 { |
| 145 "group_name": "Enabled" | 153 "group_name": "Enabled" |
| 146 } | 154 } |
| 147 ], | 155 ], |
| 148 "RefreshTokenDeviceId": [ | 156 "RefreshTokenDeviceId": [ |
| 149 { | 157 { |
| 150 "group_name": "Enabled" | 158 "group_name": "Enabled" |
| 151 } | 159 } |
| 152 ], | 160 ], |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 ], | 362 ], |
| 355 "use-new-media-cache": [ | 363 "use-new-media-cache": [ |
| 356 { | 364 { |
| 357 "enable_features": [ | 365 "enable_features": [ |
| 358 "use-new-media-cache" | 366 "use-new-media-cache" |
| 359 ], | 367 ], |
| 360 "group_name": "Enabled" | 368 "group_name": "Enabled" |
| 361 } | 369 } |
| 362 ] | 370 ] |
| 363 } | 371 } |
| OLD | NEW |