| 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 ], |
| 99 "QUIC": [ | 119 "QUIC": [ |
| 100 { | 120 { |
| 101 "group_name": "Enabled" | 121 "group_name": "Enabled" |
| 102 } | 122 } |
| 103 ], | 123 ], |
| 104 "RefreshTokenDeviceId": [ | 124 "RefreshTokenDeviceId": [ |
| 105 { | 125 { |
| 106 "group_name": "Enabled" | 126 "group_name": "Enabled" |
| 107 } | 127 } |
| 108 ], | 128 ], |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 ], | 263 ], |
| 244 "use-new-media-cache": [ | 264 "use-new-media-cache": [ |
| 245 { | 265 { |
| 246 "enable_features": [ | 266 "enable_features": [ |
| 247 "use-new-media-cache" | 267 "use-new-media-cache" |
| 248 ], | 268 ], |
| 249 "group_name": "Enabled" | 269 "group_name": "Enabled" |
| 250 } | 270 } |
| 251 ] | 271 ] |
| 252 } | 272 } |
| OLD | NEW |