| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 } | 45 } |
| 46 ], | 46 ], |
| 47 "ChromotingQUIC": [ | 47 "ChromotingQUIC": [ |
| 48 { | 48 { |
| 49 "group_name": "Enabled", | 49 "group_name": "Enabled", |
| 50 "params": { | 50 "params": { |
| 51 "delay_tcp_race": "true" | 51 "delay_tcp_race": "true" |
| 52 } | 52 } |
| 53 } | 53 } |
| 54 ], | 54 ], |
| 55 "DefaultEnableGpuRasterization": [ |
| 56 { |
| 57 "enable_features": [ |
| 58 "DefaultEnableGpuRasterization" |
| 59 ], |
| 60 "group_name": "DefaultEnableGpuRasterization" |
| 61 } |
| 62 ], |
| 55 "DisallowFetchForDocWrittenScriptsInMainFrame": [ | 63 "DisallowFetchForDocWrittenScriptsInMainFrame": [ |
| 56 { | 64 { |
| 57 "disable_features": [ | 65 "disable_features": [ |
| 58 "DocumentWriteEvaluator" | 66 "DocumentWriteEvaluator" |
| 59 ], | 67 ], |
| 60 "group_name": "DocumentWriteScriptBlockGroup", | 68 "group_name": "DocumentWriteScriptBlockGroup", |
| 61 "params": { | 69 "params": { |
| 62 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections":
"true" | 70 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections":
"true" |
| 63 } | 71 } |
| 64 } | 72 } |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 ], | 412 ], |
| 405 "use-new-media-cache": [ | 413 "use-new-media-cache": [ |
| 406 { | 414 { |
| 407 "enable_features": [ | 415 "enable_features": [ |
| 408 "use-new-media-cache" | 416 "use-new-media-cache" |
| 409 ], | 417 ], |
| 410 "group_name": "Enabled" | 418 "group_name": "Enabled" |
| 411 } | 419 } |
| 412 ] | 420 ] |
| 413 } | 421 } |
| OLD | NEW |