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

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: 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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 "experiments": [ 555 "experiments": [
556 { 556 {
557 "name": "DefaultEnableGpuRasterization", 557 "name": "DefaultEnableGpuRasterization",
558 "enable_features": [ 558 "enable_features": [
559 "DefaultEnableGpuRasterization" 559 "DefaultEnableGpuRasterization"
560 ] 560 ]
561 } 561 }
562 ] 562 ]
563 } 563 }
564 ], 564 ],
565 "DisableFirstRunAutoImport": [
566 {
567 "platforms": [
568 "win"
569 ],
570 "experiments": [
571 {
572 "name": "AutoImportDisabled",
573 "enable_features": [
574 "DisableFirstRunAutoImport"
575 ]
576 }
577 ]
578 }
579 ],
580 "DisallowFetchForDocWrittenScriptsInMainFrame": [ 565 "DisallowFetchForDocWrittenScriptsInMainFrame": [
581 { 566 {
582 "platforms": [ 567 "platforms": [
583 "android" 568 "android"
584 ], 569 ],
585 "experiments": [ 570 "experiments": [
586 { 571 {
587 "name": "DocumentWriteEvaluatorGroup", 572 "name": "DocumentWriteEvaluatorGroup",
588 "params": { 573 "params": {
589 "disallowFetchForDocWrittenScriptsInMainFrame": "false", 574 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
(...skipping 2341 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 { 2916 {
2932 "name": "Enabled", 2917 "name": "Enabled",
2933 "enable_features": [ 2918 "enable_features": [
2934 "use-new-media-cache" 2919 "use-new-media-cache"
2935 ] 2920 ]
2936 } 2921 }
2937 ] 2922 ]
2938 } 2923 }
2939 ] 2924 ]
2940 } 2925 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698