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

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: Sync'd latest changes from origin/master 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
« 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 "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": "UpdateTime15m",
208 "params": {
209 "NextUpdateIntervalInMinutes": "15"
210 }
211 }
212 ],
205 "SdchPersistence": [ 213 "SdchPersistence": [
206 { 214 {
207 "group_name": "Enabled" 215 "group_name": "Enabled"
208 } 216 }
209 ], 217 ],
210 "SettingsEnforcement": [ 218 "SettingsEnforcement": [
211 { 219 {
212 "group_name": "enforce_always_with_extensions_and_dse" 220 "group_name": "enforce_always_with_extensions_and_dse"
213 } 221 }
214 ], 222 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 { 255 {
248 "group_name": "Enabled" 256 "group_name": "Enabled"
249 } 257 }
250 ], 258 ],
251 "WebRTC-PeerConnectionDTLS1.2": [ 259 "WebRTC-PeerConnectionDTLS1.2": [
252 { 260 {
253 "group_name": "Enabled" 261 "group_name": "Enabled"
254 } 262 }
255 ] 263 ]
256 } 264 }
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