| OLD | NEW |
| 1 { | 1 { |
| 2 "AutofillClassifier": [ | 2 "AutofillClassifier": [ |
| 3 { | 3 { |
| 4 "group_name": "Enabled" | 4 "group_name": "Enabled" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AutofillFieldMetadata": [ | 7 "AutofillFieldMetadata": [ |
| 8 { | 8 { |
| 9 "group_name": "Enabled" | 9 "group_name": "Enabled" |
| 10 } | 10 } |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "DataReductionProxyUseQuic": [ | 75 "DataReductionProxyUseQuic": [ |
| 76 { | 76 { |
| 77 "group_name": "Enabled" | 77 "group_name": "Enabled" |
| 78 } | 78 } |
| 79 ], | 79 ], |
| 80 "DefaultBrowserInfobar": [ | 80 "DefaultBrowserInfobar": [ |
| 81 { | 81 { |
| 82 "group_name": "SettingsTextNotNow" | 82 "group_name": "SettingsTextNotNow" |
| 83 } | 83 } |
| 84 ], | 84 ], |
| 85 "DefaultEnableGpuRasterization": [ |
| 86 { |
| 87 "enable_features": [ |
| 88 "DefaultEnableGpuRasterization" |
| 89 ], |
| 90 "group_name": "DefaultEnableGpuRasterization" |
| 91 } |
| 92 ], |
| 85 "DisallowFetchForDocWrittenScriptsInMainFrame": [ | 93 "DisallowFetchForDocWrittenScriptsInMainFrame": [ |
| 86 { | 94 { |
| 87 "disable_features": [ | 95 "disable_features": [ |
| 88 "DocumentWriteEvaluator" | 96 "DocumentWriteEvaluator" |
| 89 ], | 97 ], |
| 90 "group_name": "DocumentWriteScriptBlockGroup", | 98 "group_name": "DocumentWriteScriptBlockGroup", |
| 91 "params": { | 99 "params": { |
| 92 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections":
"true" | 100 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections":
"true" |
| 93 } | 101 } |
| 94 } | 102 } |
| (...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 ], | 611 ], |
| 604 "use-new-media-cache": [ | 612 "use-new-media-cache": [ |
| 605 { | 613 { |
| 606 "enable_features": [ | 614 "enable_features": [ |
| 607 "use-new-media-cache" | 615 "use-new-media-cache" |
| 608 ], | 616 ], |
| 609 "group_name": "Enabled" | 617 "group_name": "Enabled" |
| 610 } | 618 } |
| 611 ] | 619 ] |
| 612 } | 620 } |
| OLD | NEW |