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

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

Issue 2881923002: Update min engagement_threshold_for_flash to 32, so that we can launch our SEI 32 Canary, Dev, Beta… (Closed)
Patch Set: 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 | « no previous file | 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 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 "platforms": [ 1128 "platforms": [
1129 "chromeos", 1129 "chromeos",
1130 "linux", 1130 "linux",
1131 "mac", 1131 "mac",
1132 "win" 1132 "win"
1133 ], 1133 ],
1134 "experiments": [ 1134 "experiments": [
1135 { 1135 {
1136 "name": "Enabled", 1136 "name": "Enabled",
1137 "params": { 1137 "params": {
1138 "engagement_threshold_for_flash": "16" 1138 "engagement_threshold_for_flash": "32"
1139 }, 1139 },
1140 "enable_features": [ 1140 "enable_features": [
1141 "PreferHtmlOverPlugins" 1141 "PreferHtmlOverPlugins"
1142 ] 1142 ]
1143 } 1143 }
1144 ] 1144 ]
1145 } 1145 }
1146 ], 1146 ],
1147 "HttpFormWarning": [ 1147 "HttpFormWarning": [
1148 { 1148 {
(...skipping 2242 matching lines...) Expand 10 before | Expand all | Expand 10 after
3391 { 3391 {
3392 "name": "Enabled", 3392 "name": "Enabled",
3393 "enable_features": [ 3393 "enable_features": [
3394 "use-new-media-cache" 3394 "use-new-media-cache"
3395 ] 3395 ]
3396 } 3396 }
3397 ] 3397 ]
3398 } 3398 }
3399 ] 3399 ]
3400 } 3400 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698