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

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

Issue 2306723002: Enable PassiveEventListenersDueToFling on waterfall (Closed)
Patch Set: Created 4 years, 3 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 } 149 }
150 ], 150 ],
151 "PassiveDocumentEventListeners": [ 151 "PassiveDocumentEventListeners": [
152 { 152 {
153 "enable_features": [ 153 "enable_features": [
154 "PassiveDocumentEventListeners" 154 "PassiveDocumentEventListeners"
155 ], 155 ],
156 "group_name": "Enabled" 156 "group_name": "Enabled"
157 } 157 }
158 ], 158 ],
159 "PassiveEventListenersDueToFling": [
160 {
161 "enable_features": [
162 "PassiveEventListenersDueToFling"
163 ],
164 "group_name": "Enabled"
165 }
166 ],
159 "PasswordBranding": [ 167 "PasswordBranding": [
160 { 168 {
161 "group_name": "SmartLockBrandingSavePromptOnly" 169 "group_name": "SmartLockBrandingSavePromptOnly"
162 } 170 }
163 ], 171 ],
164 "PasswordManagerSettingsMigration": [ 172 "PasswordManagerSettingsMigration": [
165 { 173 {
166 "group_name": "Enable" 174 "group_name": "Enable"
167 } 175 }
168 ], 176 ],
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 ], 376 ],
369 "use-new-media-cache": [ 377 "use-new-media-cache": [
370 { 378 {
371 "enable_features": [ 379 "enable_features": [
372 "use-new-media-cache" 380 "use-new-media-cache"
373 ], 381 ],
374 "group_name": "Enabled" 382 "group_name": "Enabled"
375 } 383 }
376 ] 384 ]
377 } 385 }
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