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

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

Issue 2784533002: Turn on auto-dismissing dialogs for trunk builds. (Closed)
Patch Set: chromeos Created 3 years, 7 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 | « chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc ('k') | no next file » | 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 }, 105 },
106 { 106 {
107 "name": "SystemDnsA" 107 "name": "SystemDnsA"
108 }, 108 },
109 { 109 {
110 "name": "AsyncDnsNoFallbackA" 110 "name": "AsyncDnsNoFallbackA"
111 } 111 }
112 ] 112 ]
113 } 113 }
114 ], 114 ],
115 "AutoDismissingDialogs": [
116 {
117 "platforms": [
118 "chromeos",
119 "linux",
120 "mac",
121 "win"
122 ],
123 "experiments": [
124 {
125 "name": "Enabled",
126 "enable_features": [
127 "AutoDismissingDialogs"
128 ]
129 }
130 ]
131 }
132 ],
115 "AutodetectEncoding": [ 133 "AutodetectEncoding": [
116 { 134 {
117 "platforms": [ 135 "platforms": [
118 "android" 136 "android"
119 ], 137 ],
120 "experiments": [ 138 "experiments": [
121 { 139 {
122 "name": "Enabled" 140 "name": "Enabled"
123 } 141 }
124 ] 142 ]
(...skipping 3224 matching lines...) Expand 10 before | Expand all | Expand 10 after
3349 { 3367 {
3350 "name": "Enabled", 3368 "name": "Enabled",
3351 "enable_features": [ 3369 "enable_features": [
3352 "use-new-media-cache" 3370 "use-new-media-cache"
3353 ] 3371 ]
3354 } 3372 }
3355 ] 3373 ]
3356 } 3374 }
3357 ] 3375 ]
3358 } 3376 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698