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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 } 154 }
155 ], 155 ],
156 "PasswordSeparatedSigninFlow": [ 156 "PasswordSeparatedSigninFlow": [
157 { 157 {
158 "enable_features": [ 158 "enable_features": [
159 "UsePasswordSeparatedSigninFlow" 159 "UsePasswordSeparatedSigninFlow"
160 ], 160 ],
161 "group_name": "Enabled" 161 "group_name": "Enabled"
162 } 162 }
163 ], 163 ],
164 "PointerEvent": [
165 {
166 "enable_features": [
167 "PointerEvent"
168 ],
169 "group_name": "Enabled"
170 }
171 ],
164 "PreconnectMore": [ 172 "PreconnectMore": [
165 { 173 {
166 "enable_features": [ 174 "enable_features": [
167 "PreconnectMore" 175 "PreconnectMore"
168 ], 176 ],
169 "group_name": "Enabled" 177 "group_name": "Enabled"
170 } 178 }
171 ], 179 ],
172 "QUIC": [ 180 "QUIC": [
173 { 181 {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 ], 371 ],
364 "use-new-media-cache": [ 372 "use-new-media-cache": [
365 { 373 {
366 "enable_features": [ 374 "enable_features": [
367 "use-new-media-cache" 375 "use-new-media-cache"
368 ], 376 ],
369 "group_name": "Enabled" 377 "group_name": "Enabled"
370 } 378 }
371 ] 379 ]
372 } 380 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698