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

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

Issue 2657883002: Add finch configuration for the OfflinePagesSvelte finch test. (Closed)
Patch Set: formatting 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 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 ], 1313 ],
1314 "OfflinePagesAsyncLoading": [ 1314 "OfflinePagesAsyncLoading": [
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 "OfflinePagesSvelte"
1324 ] 1325 ]
1325 } 1326 }
1326 ] 1327 ]
1327 } 1328 }
1328 ], 1329 ],
1329 "OutOfProcessPac": [ 1330 "OutOfProcessPac": [
1330 { 1331 {
1331 "platforms": [ 1332 "platforms": [
1332 "chromeos", 1333 "chromeos",
1333 "linux", 1334 "linux",
(...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after
2684 { 2685 {
2685 "name": "Enabled", 2686 "name": "Enabled",
2686 "enable_features": [ 2687 "enable_features": [
2687 "use-new-media-cache" 2688 "use-new-media-cache"
2688 ] 2689 ]
2689 } 2690 }
2690 ] 2691 ]
2691 } 2692 }
2692 ] 2693 ]
2693 } 2694 }
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