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

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: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 } 225 }
226 ], 226 ],
227 "VarationsServiceControl": [ 227 "VarationsServiceControl": [
228 { 228 {
229 "group_name": "Interval_30min", 229 "group_name": "Interval_30min",
230 "params": { 230 "params": {
231 "fetch_period_min": "30" 231 "fetch_period_min": "30"
232 } 232 }
233 } 233 }
234 ], 234 ],
235 "ViewsSimplifiedFullscreenUI": [
236 {
237 "group_name": "Enabled"
Ilya Sherman 2016/02/18 22:12:29 You probably need to list enable_features here.
tapted 2016/02/23 04:28:37 Ah! I thought it looked too easy :). Done.
238 },
239 {
240 "group_name": "Control"
241 }
Ilya Sherman 2016/02/18 22:12:29 No need to list the control group -- just the non-
tapted 2016/02/23 04:28:37 Done.
242 ],
235 "WebFontsIntervention": [ 243 "WebFontsIntervention": [
236 { 244 {
237 "group_name": "Enabled" 245 "group_name": "Enabled"
238 } 246 }
239 ], 247 ],
240 "WebRTC-LocalIPPermissionCheck": [ 248 "WebRTC-LocalIPPermissionCheck": [
241 { 249 {
242 "group_name": "Enabled" 250 "group_name": "Enabled"
243 } 251 }
244 ], 252 ],
245 "WebRTC-PeerConnectionDTLS1.2": [ 253 "WebRTC-PeerConnectionDTLS1.2": [
246 { 254 {
247 "group_name": "Enabled" 255 "group_name": "Enabled"
248 } 256 }
249 ] 257 ]
250 } 258 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698