| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 "PageRevisitInstrumentation": [ | 89 "PageRevisitInstrumentation": [ |
| 90 { | 90 { |
| 91 "group_name": "Enabled" | 91 "group_name": "Enabled" |
| 92 } | 92 } |
| 93 ], | 93 ], |
| 94 "PasswordBranding": [ | 94 "PasswordBranding": [ |
| 95 { | 95 { |
| 96 "group_name": "SmartLockBrandingSavePromptOnly" | 96 "group_name": "SmartLockBrandingSavePromptOnly" |
| 97 } | 97 } |
| 98 ], | 98 ], |
| 99 "PreconnectMore": [ | |
| 100 { | |
| 101 "enable_features": [ | |
| 102 "PreconnectMore" | |
| 103 ], | |
| 104 "group_name": "PreconnectMoreAllFrames", | |
| 105 "params": { | |
| 106 "preconnect_subframes": "true" | |
| 107 } | |
| 108 }, | |
| 109 { | |
| 110 "enable_features": [ | |
| 111 "PreconnectMore" | |
| 112 ], | |
| 113 "group_name": "PreconnectMoreMainFrameOnly", | |
| 114 "params": { | |
| 115 "preconnect_subframes": "false" | |
| 116 } | |
| 117 } | |
| 118 ], | |
| 119 "QUIC": [ | 99 "QUIC": [ |
| 120 { | 100 { |
| 121 "group_name": "Enabled" | 101 "group_name": "Enabled" |
| 122 } | 102 } |
| 123 ], | 103 ], |
| 124 "RefreshTokenDeviceId": [ | 104 "RefreshTokenDeviceId": [ |
| 125 { | 105 { |
| 126 "group_name": "Enabled" | 106 "group_name": "Enabled" |
| 127 } | 107 } |
| 128 ], | 108 ], |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 ], | 243 ], |
| 264 "use-new-media-cache": [ | 244 "use-new-media-cache": [ |
| 265 { | 245 { |
| 266 "enable_features": [ | 246 "enable_features": [ |
| 267 "use-new-media-cache" | 247 "use-new-media-cache" |
| 268 ], | 248 ], |
| 269 "group_name": "Enabled" | 249 "group_name": "Enabled" |
| 270 } | 250 } |
| 271 ] | 251 ] |
| 272 } | 252 } |
| OLD | NEW |