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

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

Issue 2759093003: [Article suggestions] Add a test field trial config (Closed)
Patch Set: Rebase Created 3 years, 9 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 "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 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 "mac", 1291 "mac",
1292 "win" 1292 "win"
1293 ], 1293 ],
1294 "experiments": [ 1294 "experiments": [
1295 { 1295 {
1296 "name": "Enabled" 1296 "name": "Enabled"
1297 } 1297 }
1298 ] 1298 ]
1299 } 1299 }
1300 ], 1300 ],
1301 "NTPArticleSuggestions": [
1302 {
1303 "platforms": [
1304 "android"
1305 ],
1306 "experiments": [
1307 {
1308 "name": "EnabledSoftFetches",
1309 "params": {
1310 "fetching_interval_hours-wifi-active_ntp_user": "8",
1311 "scheduler_trigger_types": "persistent_scheduler_wake_up ,ntp_opened",
1312 "send_top_languages": "true",
1313 "soft_fetching_interval_hours-active-active_ntp_user": " 2",
1314 "soft_fetching_interval_hours-active-active_suggestions_ consumer": "1",
1315 "soft_fetching_interval_hours-active-rare_ntp_user": "4"
1316 },
1317 "enable_features": [
1318 "NTPArticleSuggestions"
1319 ]
1320 }
1321 ]
1322 }
1323 ],
1301 "NTPBookmarkSuggestions": [ 1324 "NTPBookmarkSuggestions": [
1302 { 1325 {
1303 "platforms": [ 1326 "platforms": [
1304 "android" 1327 "android"
1305 ], 1328 ],
1306 "experiments": [ 1329 "experiments": [
1307 { 1330 {
1308 "name": "Phase2Enabled3wWithDesktop", 1331 "name": "Phase2Enabled3wWithDesktop",
1309 "params": { 1332 "params": {
1310 "bookmarks_consider_desktop_visits": "true", 1333 "bookmarks_consider_desktop_visits": "true",
(...skipping 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after
3046 { 3069 {
3047 "name": "Enabled", 3070 "name": "Enabled",
3048 "enable_features": [ 3071 "enable_features": [
3049 "use-new-media-cache" 3072 "use-new-media-cache"
3050 ] 3073 ]
3051 } 3074 }
3052 ] 3075 ]
3053 } 3076 }
3054 ] 3077 ]
3055 } 3078 }
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