Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "AlternateComponentUrls": [ | 2 "AlternateComponentUrls": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android", | 5 "android", |
| 6 "chromeos", | 6 "chromeos", |
| 7 "ios", | 7 "ios", |
| 8 "linux", | 8 "linux", |
| 9 "mac", | 9 "mac", |
| 10 "win" | 10 "win" |
| (...skipping 3184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3195 "experiments": [ | 3195 "experiments": [ |
| 3196 { | 3196 { |
| 3197 "name": "Enabled", | 3197 "name": "Enabled", |
| 3198 "enable_features": [ | 3198 "enable_features": [ |
| 3199 "VrShell" | 3199 "VrShell" |
| 3200 ] | 3200 ] |
| 3201 } | 3201 } |
| 3202 ] | 3202 ] |
| 3203 } | 3203 } |
| 3204 ], | 3204 ], |
| 3205 "VsyncAlignedInput": [ | |
|
dtapuska
2017/04/27 16:24:44
The variation change should be a separate change e
chongz
2017/04/27 19:12:14
Removed. Was uploaded for telemetry testing.
| |
| 3206 { | |
| 3207 "platforms": [ | |
| 3208 "android", | |
| 3209 "chromeos", | |
| 3210 "linux", | |
| 3211 "mac", | |
| 3212 "win" | |
| 3213 ], | |
| 3214 "experiments": [ | |
| 3215 { | |
| 3216 "name": "Enable", | |
| 3217 "enable_features": [ | |
| 3218 "RequestUnbufferedDispatch", | |
| 3219 "VsyncAlignedInput" | |
| 3220 ] | |
| 3221 } | |
| 3222 ] | |
| 3223 } | |
| 3224 ], | |
| 3205 "WebApkGooglePlay": [ | 3225 "WebApkGooglePlay": [ |
| 3206 { | 3226 { |
| 3207 "platforms": [ | 3227 "platforms": [ |
| 3208 "android" | 3228 "android" |
| 3209 ], | 3229 ], |
| 3210 "experiments": [ | 3230 "experiments": [ |
| 3211 { | 3231 { |
| 3212 "name": "Enabled", | 3232 "name": "Enabled", |
| 3213 "enable_features": [ | 3233 "enable_features": [ |
| 3214 "ImprovedA2HS" | 3234 "ImprovedA2HS" |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3345 { | 3365 { |
| 3346 "name": "Enabled", | 3366 "name": "Enabled", |
| 3347 "enable_features": [ | 3367 "enable_features": [ |
| 3348 "use-new-media-cache" | 3368 "use-new-media-cache" |
| 3349 ] | 3369 ] |
| 3350 } | 3370 } |
| 3351 ] | 3371 ] |
| 3352 } | 3372 } |
| 3353 ] | 3373 ] |
| 3354 } | 3374 } |
| OLD | NEW |