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

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

Issue 2693983002: Add NoStatePrefetch to field_trial_testing_config.json (Closed)
Patch Set: Complete fix Created 3 years, 10 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 | « chrome/test/android/javatests/src/org/chromium/chrome/test/util/PrerenderTestHelper.java ('k') | 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 "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 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 "platforms": [ 1355 "platforms": [
1356 "android" 1356 "android"
1357 ], 1357 ],
1358 "experiments": [ 1358 "experiments": [
1359 { 1359 {
1360 "name": "Disabled" 1360 "name": "Disabled"
1361 } 1361 }
1362 ] 1362 ]
1363 } 1363 }
1364 ], 1364 ],
1365 "NoStatePrefetchValidation": [
1366 {
1367 "platforms": [
1368 "android",
1369 "chromeos",
1370 "linux",
1371 "mac",
1372 "win"
1373 ],
1374 "experiments": [
1375 {
1376 "name": "Enabled",
1377 "params": {
1378 "mode": "no_state_prefetch"
1379 },
1380 "enable_features": [
1381 "NoStatePrefetch"
1382 ]
1383 }
1384 ]
1385 }
1386 ],
1365 "OfferUploadCreditCards": [ 1387 "OfferUploadCreditCards": [
1366 { 1388 {
1367 "platforms": [ 1389 "platforms": [
1368 "android", 1390 "android",
1369 "chromeos", 1391 "chromeos",
1370 "linux", 1392 "linux",
1371 "mac", 1393 "mac",
1372 "win" 1394 "win"
1373 ], 1395 ],
1374 "experiments": [ 1396 "experiments": [
(...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after
2761 { 2783 {
2762 "name": "Enabled", 2784 "name": "Enabled",
2763 "enable_features": [ 2785 "enable_features": [
2764 "use-new-media-cache" 2786 "use-new-media-cache"
2765 ] 2787 ]
2766 } 2788 }
2767 ] 2789 ]
2768 } 2790 }
2769 ] 2791 ]
2770 } 2792 }
OLDNEW
« no previous file with comments | « chrome/test/android/javatests/src/org/chromium/chrome/test/util/PrerenderTestHelper.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698