Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
| 3 { | 3 { |
| 4 "group_name": "Disabled" | 4 "group_name": "Disabled" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AsyncDns": [ | 7 "AsyncDns": [ |
| 8 { | 8 { |
| 9 "group_name": "AsyncDnsA" | 9 "group_name": "AsyncDnsA" |
| 10 }, | 10 }, |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 225 "PhysicalWeb" | 225 "PhysicalWeb" |
| 226 ], | 226 ], |
| 227 "group_name": "Enabled" | 227 "group_name": "Enabled" |
| 228 } | 228 } |
| 229 ], | 229 ], |
| 230 "Precache": [ | 230 "Precache": [ |
| 231 { | 231 { |
| 232 "group_name": "Enabled" | 232 "group_name": "Enabled" |
| 233 } | 233 } |
| 234 ], | 234 ], |
| 235 "PreconnectMore": [ | |
| 236 { | |
| 237 "group_name": "Enabled" | |
|
mmenke
2016/03/18 19:26:03
Shouldn't we have multiple groups here?
Charlie Harrison
2016/03/18 21:38:17
...yes. Done.
| |
| 238 } | |
| 239 ], | |
| 235 "ProgressBarAnimationAndroid": [ | 240 "ProgressBarAnimationAndroid": [ |
| 236 { | 241 { |
| 237 "group_name": "SmoothAnimation", | 242 "group_name": "SmoothAnimation", |
| 238 "params": { | 243 "params": { |
| 239 "progress-bar-animation": "smooth" | 244 "progress-bar-animation": "smooth" |
| 240 } | 245 } |
| 241 } | 246 } |
| 242 ], | 247 ], |
| 243 "QUIC": [ | 248 "QUIC": [ |
| 244 { | 249 { |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 458 ], | 463 ], |
| 459 "use-new-media-cache": [ | 464 "use-new-media-cache": [ |
| 460 { | 465 { |
| 461 "enable_features": [ | 466 "enable_features": [ |
| 462 "use-new-media-cache" | 467 "use-new-media-cache" |
| 463 ], | 468 ], |
| 464 "group_name": "Enabled" | 469 "group_name": "Enabled" |
| 465 } | 470 } |
| 466 ] | 471 ] |
| 467 } | 472 } |
| OLD | NEW |