| OLD | NEW |
| 1 { | 1 { |
| 2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
| 3 { | 3 { |
| 4 "group_name": "Disabled" | 4 "group_name": "Disabled" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AutofillClassifier": [ | 7 "AutofillClassifier": [ |
| 8 { | 8 { |
| 9 "group_name": "Enabled" | 9 "group_name": "Enabled" |
| 10 } | 10 } |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 } | 275 } |
| 276 ], | 276 ], |
| 277 "VarationsServiceControl": [ | 277 "VarationsServiceControl": [ |
| 278 { | 278 { |
| 279 "group_name": "Interval_30min", | 279 "group_name": "Interval_30min", |
| 280 "params": { | 280 "params": { |
| 281 "fetch_period_min": "30" | 281 "fetch_period_min": "30" |
| 282 } | 282 } |
| 283 } | 283 } |
| 284 ], | 284 ], |
| 285 "WebRTC-LocalIPPermissionCheck": [ |
| 286 { |
| 287 "group_name": "Enabled" |
| 288 } |
| 289 ], |
| 285 "WebRTC-PeerConnectionDTLS1.2": [ | 290 "WebRTC-PeerConnectionDTLS1.2": [ |
| 286 { | 291 { |
| 287 "group_name": "Enabled" | 292 "group_name": "Enabled" |
| 288 } | 293 } |
| 289 ] | 294 ] |
| 290 } | 295 } |
| OLD | NEW |