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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 "NTPOfflinePages" | 282 "NTPOfflinePages" |
283 ], | 283 ], |
284 "group_name": "EnabledAsBookmarks" | 284 "group_name": "EnabledAsBookmarks" |
285 } | 285 } |
286 ], | 286 ], |
287 "PageRevisitInstrumentation": [ | 287 "PageRevisitInstrumentation": [ |
288 { | 288 { |
289 "group_name": "Enabled" | 289 "group_name": "Enabled" |
290 } | 290 } |
291 ], | 291 ], |
| 292 "ParseHTMLOnMainThread": [ |
| 293 { |
| 294 "enable_features": [ |
| 295 "ParseHTMLOnMainThread" |
| 296 ], |
| 297 "group_name": "Enabled", |
| 298 "params": { |
| 299 "parseHTMLOnMainThreadCoalesceChunks": "false", |
| 300 "parseHTMLOnMainThreadSyncTokenize": "false" |
| 301 } |
| 302 } |
| 303 ], |
292 "PasswordBranding": [ | 304 "PasswordBranding": [ |
293 { | 305 { |
294 "group_name": "SmartLockBrandingSavePromptOnly" | 306 "group_name": "SmartLockBrandingSavePromptOnly" |
295 } | 307 } |
296 ], | 308 ], |
297 "PasswordManagerSettingsMigration": [ | 309 "PasswordManagerSettingsMigration": [ |
298 { | 310 { |
299 "group_name": "Enable" | 311 "group_name": "Enable" |
300 } | 312 } |
301 ], | 313 ], |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 ], | 594 ], |
583 "use-new-media-cache": [ | 595 "use-new-media-cache": [ |
584 { | 596 { |
585 "enable_features": [ | 597 "enable_features": [ |
586 "use-new-media-cache" | 598 "use-new-media-cache" |
587 ], | 599 ], |
588 "group_name": "Enabled" | 600 "group_name": "Enabled" |
589 } | 601 } |
590 ] | 602 ] |
591 } | 603 } |
OLD | NEW |