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

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

Issue 2149673002: Revert of Enable PassiveDocumentEventListeners on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_root_scroller_finch
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "OutOfProcessPac": [ 113 "OutOfProcessPac": [
114 { 114 {
115 "group_name": "Enabled" 115 "group_name": "Enabled"
116 } 116 }
117 ], 117 ],
118 "PageRevisitInstrumentation": [ 118 "PageRevisitInstrumentation": [
119 { 119 {
120 "group_name": "Enabled" 120 "group_name": "Enabled"
121 } 121 }
122 ], 122 ],
123 "PassiveDocumentEventListeners": [
124 {
125 "enable_features": [
126 "PassiveDocumentEventListeners"
127 ],
128 "group_name": "Enabled"
129 }
130 ],
131 "PasswordBranding": [ 123 "PasswordBranding": [
132 { 124 {
133 "group_name": "SmartLockBrandingSavePromptOnly" 125 "group_name": "SmartLockBrandingSavePromptOnly"
134 } 126 }
135 ], 127 ],
136 "PasswordManagerSettingsMigration": [ 128 "PasswordManagerSettingsMigration": [
137 { 129 {
138 "group_name": "Enable" 130 "group_name": "Enable"
139 } 131 }
140 ], 132 ],
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 ], 316 ],
325 "use-new-media-cache": [ 317 "use-new-media-cache": [
326 { 318 {
327 "enable_features": [ 319 "enable_features": [
328 "use-new-media-cache" 320 "use-new-media-cache"
329 ], 321 ],
330 "group_name": "Enabled" 322 "group_name": "Enabled"
331 } 323 }
332 ] 324 ]
333 } 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