Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 } |
| OLD | NEW |