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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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: Use UpdateTime15m as first group with NextUpdateIntervalInMinutes param set to 15 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 | « no previous file | testing/variations/fieldtrial_testing_config_mac.json » ('j') | 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 "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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 { 106 {
107 "group_name": "Enabled" 107 "group_name": "Enabled"
108 }, 108 },
109 { 109 {
110 "group_name": "Control" 110 "group_name": "Control"
111 }, 111 },
112 { 112 {
113 "group_name": "Disabled" 113 "group_name": "Disabled"
114 } 114 }
115 ], 115 ],
116 "SafeBrowsingUpdateFrequency": [
117 {
118 "group_name": "UpdateTime15m",
119 "params": {
120 "NextUpdateIntervalInMinutes": "15"
121 }
122 },
123 {
124 "group_name": "Control"
125 },
126 {
127 "group_name": "Default"
128 }
Ilya Sherman 2015/12/08 20:01:12 You can omit the control and default groups. Thes
vakh (old account. dont use) 2015/12/08 20:49:17 Done.
129 ],
116 "SdchPersistence": [ 130 "SdchPersistence": [
117 { 131 {
118 "group_name": "Enabled" 132 "group_name": "Enabled"
119 } 133 }
120 ], 134 ],
121 "SyncHttpContentCompression": [ 135 "SyncHttpContentCompression": [
122 { 136 {
123 "group_name": "Enabled" 137 "group_name": "Enabled"
124 }, 138 },
125 { 139 {
(...skipping 22 matching lines...) Expand all
148 { 162 {
149 "group_name": "Enabled" 163 "group_name": "Enabled"
150 } 164 }
151 ], 165 ],
152 "WebRTC-PeerConnectionDTLS1.2": [ 166 "WebRTC-PeerConnectionDTLS1.2": [
153 { 167 {
154 "group_name": "Enabled" 168 "group_name": "Enabled"
155 } 169 }
156 ] 170 ]
157 } 171 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698