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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 "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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 } 290 }
291 ], 291 ],
292 "TranslateUiLangTrial": [ 292 "TranslateUiLangTrial": [
293 { 293 {
294 "group_name": "DefaultTranslateLanguage" 294 "group_name": "DefaultTranslateLanguage"
295 }, 295 },
296 { 296 {
297 "group_name": "EnabledTranslateLanguage" 297 "group_name": "EnabledTranslateLanguage"
298 } 298 }
299 ], 299 ],
300 "V8SerializeOptions": [
301 {
302 "enable_features": [
303 "V8_Serialize_Eager",
304 "V8_Serialize_Age_Code"
305 ],
306 "group_name": "SerializeEagerAndAgeCode"
307 }
308 ],
309 "VarationsServiceControl": [ 300 "VarationsServiceControl": [
310 { 301 {
311 "group_name": "Interval_30min", 302 "group_name": "Interval_30min",
312 "params": { 303 "params": {
313 "fetch_period_min": "30" 304 "fetch_period_min": "30"
314 } 305 }
315 } 306 }
316 ], 307 ],
317 "ViewsSimplifiedFullscreenUI": [ 308 "ViewsSimplifiedFullscreenUI": [
318 { 309 {
(...skipping 28 matching lines...) Expand all
347 ], 338 ],
348 "use-new-media-cache": [ 339 "use-new-media-cache": [
349 { 340 {
350 "enable_features": [ 341 "enable_features": [
351 "use-new-media-cache" 342 "use-new-media-cache"
352 ], 343 ],
353 "group_name": "Enabled" 344 "group_name": "Enabled"
354 } 345 }
355 ] 346 ]
356 } 347 }
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