Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1162)

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2828143003: NoStatePrefetch: update the fieldtrial_testing_config (Closed)
Patch Set: force prerendering in customtabs tests Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 { 1689 {
1690 "platforms": [ 1690 "platforms": [
1691 "android", 1691 "android",
1692 "chromeos", 1692 "chromeos",
1693 "linux", 1693 "linux",
1694 "mac", 1694 "mac",
1695 "win" 1695 "win"
1696 ], 1696 ],
1697 "experiments": [ 1697 "experiments": [
1698 { 1698 {
1699 "name": "Enabled", 1699 "name": "PrerenderDisabled",
1700 "params": { 1700 "params": {
1701 "mode": "no_state_prefetch" 1701 "instant_mode": "simple_load",
1702 "mode": "simple_load",
1703 "omnibox_mode": "simple_load"
1702 }, 1704 },
1703 "enable_features": [ 1705 "enable_features": [
1704 "NoStatePrefetch" 1706 "NoStatePrefetch"
1705 ] 1707 ]
1706 } 1708 }
1707 ] 1709 ]
1708 } 1710 }
1709 ], 1711 ],
1710 "OfferUploadCreditCards": [ 1712 "OfferUploadCreditCards": [
1711 { 1713 {
(...skipping 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after
3321 { 3323 {
3322 "name": "Enabled", 3324 "name": "Enabled",
3323 "enable_features": [ 3325 "enable_features": [
3324 "use-new-media-cache" 3326 "use-new-media-cache"
3325 ] 3327 ]
3326 } 3328 }
3327 ] 3329 ]
3328 } 3330 }
3329 ] 3331 ]
3330 } 3332 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698