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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 } 206 }
207 ], 207 ],
208 "TokenBinding": [ 208 "TokenBinding": [
209 { 209 {
210 "enable_features": [ 210 "enable_features": [
211 "token-binding" 211 "token-binding"
212 ], 212 ],
213 "group_name": "TokenBinding" 213 "group_name": "TokenBinding"
214 } 214 }
215 ], 215 ],
216 "V8SerializeOptions": [
217 {
218 "enable_features": [
219 "V8_Serialize_Eager",
220 "V8_Serialize_Age_Code"
221 ],
222 "group_name": "SerializeEagerAndAgeCode"
223 }
224 ],
225 "VarationsServiceControl": [ 216 "VarationsServiceControl": [
226 { 217 {
227 "group_name": "Interval_30min", 218 "group_name": "Interval_30min",
228 "params": { 219 "params": {
229 "fetch_period_min": "30" 220 "fetch_period_min": "30"
230 } 221 }
231 } 222 }
232 ], 223 ],
233 "WebFontsIntervention": [ 224 "WebFontsIntervention": [
234 { 225 {
(...skipping 20 matching lines...) Expand all
255 ], 246 ],
256 "use-new-media-cache": [ 247 "use-new-media-cache": [
257 { 248 {
258 "enable_features": [ 249 "enable_features": [
259 "use-new-media-cache" 250 "use-new-media-cache"
260 ], 251 ],
261 "group_name": "Enabled" 252 "group_name": "Enabled"
262 } 253 }
263 ] 254 ]
264 } 255 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698