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

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

Issue 2303873002: Add SecurityWarningIconUpdate field trial to the test bot config files (Closed)
Patch Set: 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 "AutofillFieldMetadata": [ 2 "AutofillFieldMetadata": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillProfileCleanup": [ 7 "AutofillProfileCleanup": [
8 { 8 {
9 "enable_features": [ 9 "enable_features": [
10 "AutofillProfileCleanup" 10 "AutofillProfileCleanup"
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "params": { 73 "params": {
74 "delay_tcp_race": "true" 74 "delay_tcp_race": "true"
75 } 75 }
76 } 76 }
77 ], 77 ],
78 "SdchPersistence": [ 78 "SdchPersistence": [
79 { 79 {
80 "group_name": "Enabled" 80 "group_name": "Enabled"
81 } 81 }
82 ], 82 ],
83 "SecurityWarningIconUpdate": [
84 {
85 "enable_features": [
86 "SecurityWarningIconUpdate"
87 ],
88 "group_name": "Enabled"
89 },
90 {
91 "disable_features": [
92 "SecurityWarningIconUpdate"
93 ],
94 "group_name": "Control"
95 },
96 {
97 "group_name": "Default"
98 }
99 ],
83 "SyncHttpContentCompression": [ 100 "SyncHttpContentCompression": [
84 { 101 {
85 "group_name": "Enabled" 102 "group_name": "Enabled"
86 }, 103 },
87 { 104 {
88 "group_name": "Disabled" 105 "group_name": "Disabled"
89 } 106 }
90 ], 107 ],
91 "TabSyncByRecency": [ 108 "TabSyncByRecency": [
92 { 109 {
93 "group_name": "Enabled" 110 "group_name": "Enabled"
94 } 111 }
95 ] 112 ]
96 } 113 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698