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

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

Issue 2705113005: Update AutoImport to import nothing by default (in absence of policy and master_prefs). (Closed)
Patch Set: update dependency Created 3 years, 10 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 "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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 "experiments": [ 556 "experiments": [
557 { 557 {
558 "name": "DefaultEnableGpuRasterization", 558 "name": "DefaultEnableGpuRasterization",
559 "enable_features": [ 559 "enable_features": [
560 "DefaultEnableGpuRasterization" 560 "DefaultEnableGpuRasterization"
561 ] 561 ]
562 } 562 }
563 ] 563 ]
564 } 564 }
565 ], 565 ],
566 "DisableFirstRunAutoImport": [
567 {
568 "platforms": [
569 "win"
570 ],
571 "experiments": [
572 {
573 "name": "AutoImportDisabled",
574 "enable_features": [
575 "DisableFirstRunAutoImport"
576 ]
577 }
578 ]
579 }
580 ],
581 "DisallowFetchForDocWrittenScriptsInMainFrame": [ 566 "DisallowFetchForDocWrittenScriptsInMainFrame": [
582 { 567 {
583 "platforms": [ 568 "platforms": [
584 "android" 569 "android"
585 ], 570 ],
586 "experiments": [ 571 "experiments": [
587 { 572 {
588 "name": "DocumentWriteEvaluatorGroup", 573 "name": "DocumentWriteEvaluatorGroup",
589 "params": { 574 "params": {
590 "disallowFetchForDocWrittenScriptsInMainFrame": "false", 575 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
(...skipping 2376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2967 { 2952 {
2968 "name": "Enabled", 2953 "name": "Enabled",
2969 "enable_features": [ 2954 "enable_features": [
2970 "use-new-media-cache" 2955 "use-new-media-cache"
2971 ] 2956 ]
2972 } 2957 }
2973 ] 2958 ]
2974 } 2959 }
2975 ] 2960 ]
2976 } 2961 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698