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

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

Issue 2617903004: Add field trial test config for offline pages aync loading (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 "experiments": [ 1248 "experiments": [
1249 { 1249 {
1250 "name": "EnabledAsBookmarks", 1250 "name": "EnabledAsBookmarks",
1251 "enable_features": [ 1251 "enable_features": [
1252 "NTPOfflinePages" 1252 "NTPOfflinePages"
1253 ] 1253 ]
1254 } 1254 }
1255 ] 1255 ]
1256 } 1256 }
1257 ], 1257 ],
1258 "OfflinePagesAsyncLoading": [
1259 {
1260 "platforms": [
1261 "android"
1262 ],
1263 "experiments": [
1264 {
1265 "name": "Enabled",
1266 "enable_features": [
1267 "OfflinePagesAsyncDownload"
1268 ]
1269 }
1270 ]
1271 }
1272 ],
1258 "OutOfProcessPac": [ 1273 "OutOfProcessPac": [
1259 { 1274 {
1260 "platforms": [ 1275 "platforms": [
1261 "chromeos", 1276 "chromeos",
1262 "linux", 1277 "linux",
1263 "mac", 1278 "mac",
1264 "win" 1279 "win"
1265 ], 1280 ],
1266 "experiments": [ 1281 "experiments": [
1267 { 1282 {
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
2527 { 2542 {
2528 "name": "Enabled", 2543 "name": "Enabled",
2529 "enable_features": [ 2544 "enable_features": [
2530 "use-new-media-cache" 2545 "use-new-media-cache"
2531 ] 2546 ]
2532 } 2547 }
2533 ] 2548 ]
2534 } 2549 }
2535 ] 2550 ]
2536 } 2551 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698