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

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

Issue 1866323002: Add fieldtrial config for V8 serialize options. (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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 } 164 }
165 ], 165 ],
166 "TokenBinding": [ 166 "TokenBinding": [
167 { 167 {
168 "enable_features": [ 168 "enable_features": [
169 "token-binding" 169 "token-binding"
170 ], 170 ],
171 "group_name": "TokenBinding" 171 "group_name": "TokenBinding"
172 } 172 }
173 ], 173 ],
174 "V8SerializeOptions": [
175 {
176 "enable_features": [
177 "V8_Serialize_Eager",
178 "V8_Serialize_Age_Code"
179 ],
180 "group_name": "SerializeEagerAndAgeCode"
181 }
182 ],
174 "VarationsServiceControl": [ 183 "VarationsServiceControl": [
175 { 184 {
176 "group_name": "Interval_30min", 185 "group_name": "Interval_30min",
177 "params": { 186 "params": {
178 "fetch_period_min": "30" 187 "fetch_period_min": "30"
179 } 188 }
180 } 189 }
181 ], 190 ],
182 "WebFontsIntervention": [ 191 "WebFontsIntervention": [
183 { 192 {
(...skipping 20 matching lines...) Expand all
204 ], 213 ],
205 "use-new-media-cache": [ 214 "use-new-media-cache": [
206 { 215 {
207 "enable_features": [ 216 "enable_features": [
208 "use-new-media-cache" 217 "use-new-media-cache"
209 ], 218 ],
210 "group_name": "Enabled" 219 "group_name": "Enabled"
211 } 220 }
212 ] 221 ]
213 } 222 }
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