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

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

Issue 1709803004: Add ViewsSimplifiedFullscreenUI to the fieldtrial testing config on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Paramaterize Created 4 years, 10 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 } 217 }
218 ], 218 ],
219 "VarationsServiceControl": [ 219 "VarationsServiceControl": [
220 { 220 {
221 "group_name": "Interval_30min", 221 "group_name": "Interval_30min",
222 "params": { 222 "params": {
223 "fetch_period_min": "30" 223 "fetch_period_min": "30"
224 } 224 }
225 } 225 }
226 ], 226 ],
227 "ViewsSimplifiedFullscreenUI": [
228 {
229 "enable_features": [
230 "ViewsSimplifiedFullscreenUI"
231 ],
232 "group_name": "Enabled"
233 }
234 ],
227 "WebFontsIntervention": [ 235 "WebFontsIntervention": [
228 { 236 {
229 "group_name": "Enabled" 237 "group_name": "Enabled"
230 } 238 }
231 ], 239 ],
232 "WebRTC-LocalIPPermissionCheck": [ 240 "WebRTC-LocalIPPermissionCheck": [
233 { 241 {
234 "group_name": "Enabled" 242 "group_name": "Enabled"
235 } 243 }
236 ], 244 ],
237 "WebRTC-PeerConnectionDTLS1.2": [ 245 "WebRTC-PeerConnectionDTLS1.2": [
238 { 246 {
239 "group_name": "Enabled" 247 "group_name": "Enabled"
240 } 248 }
241 ] 249 ]
242 } 250 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698