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

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

Issue 2802303002: Enable NTP Inactivity 60 minute experiment in trial finch config. (Closed)
Patch Set: Created 3 years, 8 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 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1370 "bookmarks_consider_desktop_visits": "true", 1370 "bookmarks_consider_desktop_visits": "true",
1371 "bookmarks_max_age_in_days": "21" 1371 "bookmarks_max_age_in_days": "21"
1372 }, 1372 },
1373 "enable_features": [ 1373 "enable_features": [
1374 "NTPBookmarkSuggestions" 1374 "NTPBookmarkSuggestions"
1375 ] 1375 ]
1376 } 1376 }
1377 ] 1377 ]
1378 } 1378 }
1379 ], 1379 ],
1380 "NTPLaunchAfterInactivity": [
1381 {
1382 "platforms": [
1383 "android"
1384 ],
1385 "experiments": [
1386 {
1387 "name": "OneHourDelay",
1388 "params": {
1389 "delay_in_mins": "60"
1390 },
1391 "enable_features": [
1392 "NTPLaunchAfterInactivity"
1393 ]
1394 }
1395 ]
1396 }
1397 ],
1380 "NTPPersonalizedSectionRanking": [ 1398 "NTPPersonalizedSectionRanking": [
1381 { 1399 {
1382 "platforms": [ 1400 "platforms": [
1383 "android" 1401 "android"
1384 ], 1402 ],
1385 "experiments": [ 1403 "experiments": [
1386 { 1404 {
1387 "name": "Enabled-ClickBasedRanker", 1405 "name": "Enabled-ClickBasedRanker",
1388 "params": { 1406 "params": {
1389 "category_ranker": "click_based" 1407 "category_ranker": "click_based"
(...skipping 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after
3184 { 3202 {
3185 "name": "Enabled", 3203 "name": "Enabled",
3186 "enable_features": [ 3204 "enable_features": [
3187 "use-new-media-cache" 3205 "use-new-media-cache"
3188 ] 3206 ]
3189 } 3207 }
3190 ] 3208 ]
3191 } 3209 }
3192 ] 3210 ]
3193 } 3211 }
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