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

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

Issue 1226833008: add Chromium field trial config files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | 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 "BrowserBlacklist": [ 2 "BrowserBlacklist": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "CTRequiredForEVTrial": [ 7 "CTRequiredForEVTrial": [
8 { 8 {
9 "group_name": "RequirementEnforced" 9 "group_name": "RequirementEnforced"
10 } 10 }
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "SettingsEnforcement": [ 82 "SettingsEnforcement": [
83 { 83 {
84 "group_name": "enforce_always_with_extensions_and_dse" 84 "group_name": "enforce_always_with_extensions_and_dse"
85 } 85 }
86 ], 86 ],
87 "ShowAppLauncherPromo": [ 87 "ShowAppLauncherPromo": [
88 { 88 {
89 "group_name": "ShowPromoUntilDismissed" 89 "group_name": "ShowPromoUntilDismissed"
90 } 90 }
91 ], 91 ],
92 "SyncBackingDatabase32K": [
93 {
94 "group_name": "Enabled"
95 },
96 {
97 "group_name": "Disabled"
98 }
99 ],
92 "UwSInterstitialStatus": [ 100 "UwSInterstitialStatus": [
93 { 101 {
94 "group_name": "On" 102 "group_name": "On"
95 } 103 }
96 ], 104 ],
97 "VoiceTrigger": [ 105 "VoiceTrigger": [
98 { 106 {
99 "group_name": "Install" 107 "group_name": "Install"
100 } 108 }
101 ] 109 ]
102 } 110 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698