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

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

Issue 2833183002: Update min engagement_threshold_for_flash to 16, to match the external experiment for HTML5ByDefaul… (Closed)
Patch Set: Created 3 years, 8 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 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 "platforms": [ 1081 "platforms": [
1082 "chromeos", 1082 "chromeos",
1083 "linux", 1083 "linux",
1084 "mac", 1084 "mac",
1085 "win" 1085 "win"
1086 ], 1086 ],
1087 "experiments": [ 1087 "experiments": [
1088 { 1088 {
1089 "name": "Enabled", 1089 "name": "Enabled",
1090 "params": { 1090 "params": {
1091 "engagement_threshold_for_flash": "8" 1091 "engagement_threshold_for_flash": "16"
1092 }, 1092 },
1093 "enable_features": [ 1093 "enable_features": [
1094 "PreferHtmlOverPlugins" 1094 "PreferHtmlOverPlugins"
1095 ] 1095 ]
1096 } 1096 }
1097 ] 1097 ]
1098 } 1098 }
1099 ], 1099 ],
1100 "HttpFormWarning": [ 1100 "HttpFormWarning": [
1101 { 1101 {
(...skipping 2219 matching lines...) Expand 10 before | Expand all | Expand 10 after
3321 { 3321 {
3322 "name": "Enabled", 3322 "name": "Enabled",
3323 "enable_features": [ 3323 "enable_features": [
3324 "use-new-media-cache" 3324 "use-new-media-cache"
3325 ] 3325 ]
3326 } 3326 }
3327 ] 3327 ]
3328 } 3328 }
3329 ] 3329 ]
3330 } 3330 }
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