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

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

Issue 2657883002: Add finch configuration for the OfflinePagesSvelte finch test. (Closed)
Patch Set: 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 | « 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 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 10 "enable_features": [
(...skipping 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 { 1315 {
1316 "platforms": [ 1316 "platforms": [
1317 "android" 1317 "android"
1318 ], 1318 ],
1319 "experiments": [ 1319 "experiments": [
1320 { 1320 {
1321 "name": "Enabled", 1321 "name": "Enabled",
1322 "enable_features": [ 1322 "enable_features": [
1323 "OfflinePagesAsyncDownload" 1323 "OfflinePagesAsyncDownload"
1324 ] 1324 ]
1325 },
1326 {
1327 "name": "Enabled",
1328 "enable_features": [
1329 "OfflinePagesSvelte"
jianli 2017/01/26 01:32:34 Should this be merged into above entries?
Steven Holte 2017/01/26 21:59:39 Yes, assuming these will be controlled by the same
Pete Williamson 2017/01/28 01:29:13 Done.
1330 ]
1325 } 1331 }
1326 ] 1332 ]
1327 } 1333 }
1328 ], 1334 ],
1329 "OutOfProcessPac": [ 1335 "OutOfProcessPac": [
1330 { 1336 {
1331 "platforms": [ 1337 "platforms": [
1332 "chromeos", 1338 "chromeos",
1333 "linux", 1339 "linux",
1334 "mac", 1340 "mac",
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
2669 { 2675 {
2670 "name": "Enabled", 2676 "name": "Enabled",
2671 "enable_features": [ 2677 "enable_features": [
2672 "use-new-media-cache" 2678 "use-new-media-cache"
2673 ] 2679 ]
2674 } 2680 }
2675 ] 2681 ]
2676 } 2682 }
2677 ] 2683 ]
2678 } 2684 }
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