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

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

Issue 2126663002: Enable pointer events on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 } 263 }
264 ], 264 ],
265 "PhysicalWeb": [ 265 "PhysicalWeb": [
266 { 266 {
267 "enable_features": [ 267 "enable_features": [
268 "PhysicalWeb" 268 "PhysicalWeb"
269 ], 269 ],
270 "group_name": "Enabled" 270 "group_name": "Enabled"
271 } 271 }
272 ], 272 ],
273 "PointerEvent": [
274 {
275 "enable_features": [
276 "PointerEvent"
277 ],
278 "group_name": "Enabled"
279 }
280 ],
273 "Precache": [ 281 "Precache": [
274 { 282 {
275 "group_name": "Enabled" 283 "group_name": "Enabled"
276 } 284 }
277 ], 285 ],
278 "PreconnectMore": [ 286 "PreconnectMore": [
279 { 287 {
280 "enable_features": [ 288 "enable_features": [
281 "PreconnectMore" 289 "PreconnectMore"
282 ], 290 ],
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 ], 545 ],
538 "use-new-media-cache": [ 546 "use-new-media-cache": [
539 { 547 {
540 "enable_features": [ 548 "enable_features": [
541 "use-new-media-cache" 549 "use-new-media-cache"
542 ], 550 ],
543 "group_name": "Enabled" 551 "group_name": "Enabled"
544 } 552 }
545 ] 553 ]
546 } 554 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698