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

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: 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
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": "UpdateTime15m",
134 "params": {
135 "NextUpdateIntervalInMinutes": "15"
136 }
137 }
138 ],
131 "SdchPersistence": [ 139 "SdchPersistence": [
132 { 140 {
133 "group_name": "Enabled" 141 "group_name": "Enabled"
134 } 142 }
135 ], 143 ],
136 "SyncHttpContentCompression": [ 144 "SyncHttpContentCompression": [
137 { 145 {
138 "group_name": "Enabled" 146 "group_name": "Enabled"
139 }, 147 },
140 { 148 {
(...skipping 22 matching lines...) Expand all
163 { 171 {
164 "group_name": "Enabled" 172 "group_name": "Enabled"
165 } 173 }
166 ], 174 ],
167 "WebRTC-PeerConnectionDTLS1.2": [ 175 "WebRTC-PeerConnectionDTLS1.2": [
168 { 176 {
169 "group_name": "Enabled" 177 "group_name": "Enabled"
170 } 178 }
171 ] 179 ]
172 } 180 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698