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

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

Issue 1790483003: SimpleCache: Add fieldtrial testing information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "SchedulerExpensiveTaskBlocking": [ 180 "SchedulerExpensiveTaskBlocking": [
181 { 181 {
182 "group_name": "Enabled" 182 "group_name": "Enabled"
183 } 183 }
184 ], 184 ],
185 "SdchPersistence": [ 185 "SdchPersistence": [
186 { 186 {
187 "group_name": "Enabled" 187 "group_name": "Enabled"
188 } 188 }
189 ], 189 ],
190 "SimpleCacheTrial": [
191 {
192 "group_name": "ExperimentYes"
193 }
194 ],
190 "SpdyEnableDependencies": [ 195 "SpdyEnableDependencies": [
191 { 196 {
192 "group_name": "Enable" 197 "group_name": "Enable"
193 } 198 }
194 ], 199 ],
195 "StrictSecureCookies": [ 200 "StrictSecureCookies": [
196 { 201 {
197 "group_name": "Enabled" 202 "group_name": "Enabled"
198 } 203 }
199 ], 204 ],
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 ], 248 ],
244 "use-new-media-cache": [ 249 "use-new-media-cache": [
245 { 250 {
246 "enable_features": [ 251 "enable_features": [
247 "use-new-media-cache" 252 "use-new-media-cache"
248 ], 253 ],
249 "group_name": "Enabled" 254 "group_name": "Enabled"
250 } 255 }
251 ] 256 ]
252 } 257 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698