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

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

Issue 1891483003: Changed ResourcePriority experiment names to match upcoming 50/50 trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | testing/variations/fieldtrial_testing_config_linux.json » ('j') | 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "params": { 290 "params": {
291 "sendingThreshold": "abcdef" 291 "sendingThreshold": "abcdef"
292 } 292 }
293 }, 293 },
294 { 294 {
295 "group_name": "DontShowAndDontSend" 295 "group_name": "DontShowAndDontSend"
296 } 296 }
297 ], 297 ],
298 "ResourcePriorities": [ 298 "ResourcePriorities": [
299 { 299 {
300 "group_name": "AllExceptAsyncScripts_11011_1_1_10" 300 "group_name": "Launch50pct_11011_1_1_10"
301 }, 301 },
302 { 302 {
303 "group_name": "Control" 303 "group_name": "Control50pct"
304 } 304 }
305 ], 305 ],
306 "SafeBrowsingAndroid": [ 306 "SafeBrowsingAndroid": [
307 { 307 {
308 "group_name": "Enabled", 308 "group_name": "Enabled",
309 "params": { 309 "params": {
310 "enabled": "true", 310 "enabled": "true",
311 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15" 311 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15"
312 } 312 }
313 }, 313 },
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 ], 480 ],
481 "use-new-media-cache": [ 481 "use-new-media-cache": [
482 { 482 {
483 "enable_features": [ 483 "enable_features": [
484 "use-new-media-cache" 484 "use-new-media-cache"
485 ], 485 ],
486 "group_name": "Enabled" 486 "group_name": "Enabled"
487 } 487 }
488 ] 488 ]
489 } 489 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698