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

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

Issue 1502483002: Add section for SafeBrowsingUpdateFrequency in fieldtrial on win/mac/linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 { 121 {
122 "group_name": "Enabled" 122 "group_name": "Enabled"
123 }, 123 },
124 { 124 {
125 "group_name": "Control" 125 "group_name": "Control"
126 }, 126 },
127 { 127 {
128 "group_name": "Disabled" 128 "group_name": "Disabled"
129 } 129 }
130 ], 130 ],
131 "SafeBrowsingUpdateFrequency": [
132 {
133 "group_name": "Control"
134 },
135 {
136 "group_name": "Default"
137 },
138 {
139 "group_name": "UpdateTime15m"
140 }
141 ],
131 "SdchPersistence": [ 142 "SdchPersistence": [
132 { 143 {
133 "group_name": "Enabled" 144 "group_name": "Enabled"
134 } 145 }
135 ], 146 ],
136 "SyncHttpContentCompression": [ 147 "SyncHttpContentCompression": [
137 { 148 {
138 "group_name": "Enabled" 149 "group_name": "Enabled"
139 }, 150 },
140 { 151 {
(...skipping 22 matching lines...) Expand all
163 { 174 {
164 "group_name": "Enabled" 175 "group_name": "Enabled"
165 } 176 }
166 ], 177 ],
167 "WebRTC-PeerConnectionDTLS1.2": [ 178 "WebRTC-PeerConnectionDTLS1.2": [
168 { 179 {
169 "group_name": "Enabled" 180 "group_name": "Enabled"
170 } 181 }
171 ] 182 ]
172 } 183 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698