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

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

Issue 1907093002: Remove V8 serialize options from fieldtrial config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 } 261 }
262 ], 262 ],
263 "TokenBinding": [ 263 "TokenBinding": [
264 { 264 {
265 "enable_features": [ 265 "enable_features": [
266 "token-binding" 266 "token-binding"
267 ], 267 ],
268 "group_name": "TokenBinding" 268 "group_name": "TokenBinding"
269 } 269 }
270 ], 270 ],
271 "V8SerializeOptions": [
272 {
273 "enable_features": [
274 "V8_Serialize_Eager",
275 "V8_Serialize_Age_Code"
276 ],
277 "group_name": "SerializeEagerAndAgeCode"
278 }
279 ],
280 "VarationsServiceControl": [ 271 "VarationsServiceControl": [
281 { 272 {
282 "group_name": "Interval_30min", 273 "group_name": "Interval_30min",
283 "params": { 274 "params": {
284 "fetch_period_min": "30" 275 "fetch_period_min": "30"
285 } 276 }
286 } 277 }
287 ], 278 ],
288 "WebFontsIntervention": [ 279 "WebFontsIntervention": [
289 { 280 {
(...skipping 20 matching lines...) Expand all
310 ], 301 ],
311 "use-new-media-cache": [ 302 "use-new-media-cache": [
312 { 303 {
313 "enable_features": [ 304 "enable_features": [
314 "use-new-media-cache" 305 "use-new-media-cache"
315 ], 306 ],
316 "group_name": "Enabled" 307 "group_name": "Enabled"
317 } 308 }
318 ] 309 ]
319 } 310 }
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