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

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

Issue 2223263002: Change variations service domain for Android Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 3 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
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 { 434 {
435 "group_name": "none" 435 "group_name": "none"
436 }, 436 },
437 { 437 {
438 "group_name": "normal" 438 "group_name": "normal"
439 }, 439 },
440 { 440 {
441 "group_name": "aggressive" 441 "group_name": "aggressive"
442 } 442 }
443 ], 443 ],
444 "VarationsServiceControl": [
445 {
446 "group_name": "Interval_30min",
447 "params": {
448 "fetch_period_min": "30"
449 }
450 }
451 ],
452 "ViewsSimplifiedFullscreenUI": [ 444 "ViewsSimplifiedFullscreenUI": [
453 { 445 {
454 "enable_features": [ 446 "enable_features": [
455 "ViewsSimplifiedFullscreenUI" 447 "ViewsSimplifiedFullscreenUI"
456 ], 448 ],
457 "group_name": "Enabled" 449 "group_name": "Enabled"
458 } 450 }
459 ], 451 ],
460 "WebFontsInterventionV2": [ 452 "WebFontsInterventionV2": [
461 { 453 {
(...skipping 28 matching lines...) Expand all
490 ], 482 ],
491 "use-new-media-cache": [ 483 "use-new-media-cache": [
492 { 484 {
493 "enable_features": [ 485 "enable_features": [
494 "use-new-media-cache" 486 "use-new-media-cache"
495 ], 487 ],
496 "group_name": "Enabled" 488 "group_name": "Enabled"
497 } 489 }
498 ] 490 ]
499 } 491 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698