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

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

Issue 2807973005: [EXPERIMENT] Remove params from NTPArticleSuggestions
Patch Set: Remove params 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 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 } 1366 }
1367 ], 1367 ],
1368 "NTPArticleSuggestions": [ 1368 "NTPArticleSuggestions": [
1369 { 1369 {
1370 "platforms": [ 1370 "platforms": [
1371 "android" 1371 "android"
1372 ], 1372 ],
1373 "experiments": [ 1373 "experiments": [
1374 { 1374 {
1375 "name": "EnabledSoftFetches", 1375 "name": "EnabledSoftFetches",
1376 "params": {
1377 "fetching_interval_hours-wifi-active_ntp_user": "8",
1378 "scheduler_trigger_types": "persistent_scheduler_wake_up ,ntp_opened",
1379 "send_top_languages": "true",
1380 "soft_fetching_interval_hours-active-active_ntp_user": " 2",
1381 "soft_fetching_interval_hours-active-active_suggestions_ consumer": "1",
1382 "soft_fetching_interval_hours-active-rare_ntp_user": "4"
1383 },
1384 "enable_features": [ 1376 "enable_features": [
1385 "NTPArticleSuggestions" 1377 "NTPArticleSuggestions"
1386 ] 1378 ]
1387 } 1379 }
1388 ] 1380 ]
1389 } 1381 }
1390 ], 1382 ],
1391 "NTPBookmarkSuggestions": [ 1383 "NTPBookmarkSuggestions": [
1392 { 1384 {
1393 "platforms": [ 1385 "platforms": [
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after
3260 { 3252 {
3261 "name": "Enabled", 3253 "name": "Enabled",
3262 "enable_features": [ 3254 "enable_features": [
3263 "use-new-media-cache" 3255 "use-new-media-cache"
3264 ] 3256 ]
3265 } 3257 }
3266 ] 3258 ]
3267 } 3259 }
3268 ] 3260 ]
3269 } 3261 }
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