Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android" | 5 "android" |
| 6 ], | 6 ], |
| 7 "experiments": [ | 7 "experiments": [ |
| 8 { | 8 { |
| 9 "name": "Disabled" | 9 "name": "Disabled" |
| 10 } | 10 } |
| (...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1457 } | 1457 } |
| 1458 ], | 1458 ], |
| 1459 "Precache": [ | 1459 "Precache": [ |
| 1460 { | 1460 { |
| 1461 "platforms": [ | 1461 "platforms": [ |
| 1462 "android" | 1462 "android" |
| 1463 ], | 1463 ], |
| 1464 "experiments": [ | 1464 "experiments": [ |
| 1465 { | 1465 { |
| 1466 "name": "Enabled" | 1466 "name": "Enabled" |
| 1467 }, | |
| 1468 { | |
| 1469 "name": "EnabledGlobalRanking", | |
|
Alexei Svitkine (slow)
2016/12/13 20:41:59
Actually, put this first or remove the Enabled gro
twifkak
2016/12/13 20:43:16
Oh, well the first config is what is being run on
| |
| 1470 "params": { | |
| 1471 "config_url": "https://www.gstatic.com/chrome/wifiprefet ch/precache_config_gm" | |
| 1472 } | |
| 1467 } | 1473 } |
| 1468 ] | 1474 ] |
| 1469 } | 1475 } |
| 1470 ], | 1476 ], |
| 1471 "PreconnectMore": [ | 1477 "PreconnectMore": [ |
| 1472 { | 1478 { |
| 1473 "platforms": [ | 1479 "platforms": [ |
| 1474 "android", | 1480 "android", |
| 1475 "chromeos", | 1481 "chromeos", |
| 1476 "linux", | 1482 "linux", |
| (...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2460 { | 2466 { |
| 2461 "name": "Enabled", | 2467 "name": "Enabled", |
| 2462 "enable_features": [ | 2468 "enable_features": [ |
| 2463 "use-new-media-cache" | 2469 "use-new-media-cache" |
| 2464 ] | 2470 ] |
| 2465 } | 2471 } |
| 2466 ] | 2472 ] |
| 2467 } | 2473 } |
| 2468 ] | 2474 ] |
| 2469 } | 2475 } |
| OLD | NEW |