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

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 comment in chrome_browser_main.cc Created 3 years, 9 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 | « chrome/installer/util/master_preferences_unittest.cc ('k') | tools/metrics/actions/actions.xml » ('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 "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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 "experiments": [ 549 "experiments": [
550 { 550 {
551 "name": "DefaultEnableGpuRasterization", 551 "name": "DefaultEnableGpuRasterization",
552 "enable_features": [ 552 "enable_features": [
553 "DefaultEnableGpuRasterization" 553 "DefaultEnableGpuRasterization"
554 ] 554 ]
555 } 555 }
556 ] 556 ]
557 } 557 }
558 ], 558 ],
559 "DisableFirstRunAutoImport": [
560 {
561 "platforms": [
562 "win"
563 ],
564 "experiments": [
565 {
566 "name": "AutoImportDisabled",
567 "enable_features": [
568 "DisableFirstRunAutoImport"
569 ]
570 }
571 ]
572 }
573 ],
574 "DisallowFetchForDocWrittenScriptsInMainFrame": [ 559 "DisallowFetchForDocWrittenScriptsInMainFrame": [
575 { 560 {
576 "platforms": [ 561 "platforms": [
577 "android" 562 "android"
578 ], 563 ],
579 "experiments": [ 564 "experiments": [
580 { 565 {
581 "name": "DocumentWriteEvaluatorGroup", 566 "name": "DocumentWriteEvaluatorGroup",
582 "params": { 567 "params": {
583 "disallowFetchForDocWrittenScriptsInMainFrame": "false", 568 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
(...skipping 2462 matching lines...) Expand 10 before | Expand all | Expand 10 after
3046 { 3031 {
3047 "name": "Enabled", 3032 "name": "Enabled",
3048 "enable_features": [ 3033 "enable_features": [
3049 "use-new-media-cache" 3034 "use-new-media-cache"
3050 ] 3035 ]
3051 } 3036 }
3052 ] 3037 ]
3053 } 3038 }
3054 ] 3039 ]
3055 } 3040 }
OLDNEW
« no previous file with comments | « chrome/installer/util/master_preferences_unittest.cc ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698