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

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

Issue 2227823002: Re-land Enable PassiveDocumentEventListeners on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "NTPOfflinePages" 282 "NTPOfflinePages"
283 ], 283 ],
284 "group_name": "EnabledAsBookmarks" 284 "group_name": "EnabledAsBookmarks"
285 } 285 }
286 ], 286 ],
287 "PageRevisitInstrumentation": [ 287 "PageRevisitInstrumentation": [
288 { 288 {
289 "group_name": "Enabled" 289 "group_name": "Enabled"
290 } 290 }
291 ], 291 ],
292 "PassiveDocumentEventListeners": [
293 {
294 "enable_features": [
295 "PassiveDocumentEventListeners"
296 ],
297 "group_name": "Enabled"
298 }
299 ],
292 "PasswordBranding": [ 300 "PasswordBranding": [
293 { 301 {
294 "group_name": "SmartLockBrandingSavePromptOnly" 302 "group_name": "SmartLockBrandingSavePromptOnly"
295 } 303 }
296 ], 304 ],
297 "PasswordManagerSettingsMigration": [ 305 "PasswordManagerSettingsMigration": [
298 { 306 {
299 "group_name": "Enable" 307 "group_name": "Enable"
300 } 308 }
301 ], 309 ],
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 ], 590 ],
583 "use-new-media-cache": [ 591 "use-new-media-cache": [
584 { 592 {
585 "enable_features": [ 593 "enable_features": [
586 "use-new-media-cache" 594 "use-new-media-cache"
587 ], 595 ],
588 "group_name": "Enabled" 596 "group_name": "Enabled"
589 } 597 }
590 ] 598 ]
591 } 599 }
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