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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 "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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "SchedulerExpensiveTaskBlocking": [ 196 "SchedulerExpensiveTaskBlocking": [
197 { 197 {
198 "group_name": "Enabled" 198 "group_name": "Enabled"
199 } 199 }
200 ], 200 ],
201 "SdchPersistence": [ 201 "SdchPersistence": [
202 { 202 {
203 "group_name": "Enabled" 203 "group_name": "Enabled"
204 } 204 }
205 ], 205 ],
206 "SimpleCacheTrial": [
207 {
208 "group_name": "ExperimentYes"
209 }
210 ],
206 "SpdyEnableDependencies": [ 211 "SpdyEnableDependencies": [
207 { 212 {
208 "group_name": "Enable" 213 "group_name": "Enable"
209 } 214 }
210 ], 215 ],
211 "StrictSecureCookies": [ 216 "StrictSecureCookies": [
212 { 217 {
213 "group_name": "Enabled" 218 "group_name": "Enabled"
214 } 219 }
215 ], 220 ],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 ], 272 ],
268 "use-new-media-cache": [ 273 "use-new-media-cache": [
269 { 274 {
270 "enable_features": [ 275 "enable_features": [
271 "use-new-media-cache" 276 "use-new-media-cache"
272 ], 277 ],
273 "group_name": "Enabled" 278 "group_name": "Enabled"
274 } 279 }
275 ] 280 ]
276 } 281 }
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