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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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 "AsyncSetAsDefault": [ 2 "AsyncSetAsDefault": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 { 195 {
196 "group_name": "Enabled" 196 "group_name": "Enabled"
197 }, 197 },
198 { 198 {
199 "group_name": "Control" 199 "group_name": "Control"
200 }, 200 },
201 { 201 {
202 "group_name": "Disabled" 202 "group_name": "Disabled"
203 } 203 }
204 ], 204 ],
205 "SafeBrowsingUpdateFrequency": [
206 {
207 "group_name": "Control"
208 },
209 {
210 "group_name": "Default"
211 },
212 {
213 "group_name": "UpdateTime15m"
214 }
215 ],
205 "SdchPersistence": [ 216 "SdchPersistence": [
206 { 217 {
207 "group_name": "Enabled" 218 "group_name": "Enabled"
208 } 219 }
209 ], 220 ],
210 "SettingsEnforcement": [ 221 "SettingsEnforcement": [
211 { 222 {
212 "group_name": "enforce_always_with_extensions_and_dse" 223 "group_name": "enforce_always_with_extensions_and_dse"
213 } 224 }
214 ], 225 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 { 258 {
248 "group_name": "Enabled" 259 "group_name": "Enabled"
249 } 260 }
250 ], 261 ],
251 "WebRTC-PeerConnectionDTLS1.2": [ 262 "WebRTC-PeerConnectionDTLS1.2": [
252 { 263 {
253 "group_name": "Enabled" 264 "group_name": "Enabled"
254 } 265 }
255 ] 266 ]
256 } 267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698