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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 "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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "PasswordBranding": [ 123 "PasswordBranding": [
124 { 124 {
125 "group_name": "SmartLockBrandingSavePromptOnly" 125 "group_name": "SmartLockBrandingSavePromptOnly"
126 } 126 }
127 ], 127 ],
128 "PasswordManagerSettingsMigration": [ 128 "PasswordManagerSettingsMigration": [
129 { 129 {
130 "group_name": "Enable" 130 "group_name": "Enable"
131 } 131 }
132 ], 132 ],
133 "PointerEvent": [
134 {
135 "enable_features": [
136 "PointerEvent"
137 ],
138 "group_name": "Enabled"
139 }
140 ],
133 "PreconnectMore": [ 141 "PreconnectMore": [
134 { 142 {
135 "enable_features": [ 143 "enable_features": [
136 "PreconnectMore" 144 "PreconnectMore"
137 ], 145 ],
138 "group_name": "Enabled" 146 "group_name": "Enabled"
139 } 147 }
140 ], 148 ],
141 "QUIC": [ 149 "QUIC": [
142 { 150 {
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 ], 316 ],
309 "use-new-media-cache": [ 317 "use-new-media-cache": [
310 { 318 {
311 "enable_features": [ 319 "enable_features": [
312 "use-new-media-cache" 320 "use-new-media-cache"
313 ], 321 ],
314 "group_name": "Enabled" 322 "group_name": "Enabled"
315 } 323 }
316 ] 324 ]
317 } 325 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698