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

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

Issue 2753713002: Remove ModerateBindingOnBackgroundTabCreation (Closed)
Patch Set: rebase Created 3 years, 9 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 | « content/public/android/junit/src/org/chromium/content/browser/BindingManagerImplTest.java ('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 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 "experiments": [ 1263 "experiments": [
1264 { 1264 {
1265 "name": "Enabled", 1265 "name": "Enabled",
1266 "enable_features": [ 1266 "enable_features": [
1267 "MidiManagerDynamicInstantiation" 1267 "MidiManagerDynamicInstantiation"
1268 ] 1268 ]
1269 } 1269 }
1270 ] 1270 ]
1271 } 1271 }
1272 ], 1272 ],
1273 "ModerateBindingOnBackgroundTabCreation": [
1274 {
1275 "platforms": [
1276 "android"
1277 ],
1278 "experiments": [
1279 {
1280 "name": "Enabled"
1281 }
1282 ]
1283 }
1284 ],
1285 "MojoChannel": [ 1273 "MojoChannel": [
1286 { 1274 {
1287 "platforms": [ 1275 "platforms": [
1288 "android", 1276 "android",
1289 "chromeos", 1277 "chromeos",
1290 "linux", 1278 "linux",
1291 "mac", 1279 "mac",
1292 "win" 1280 "win"
1293 ], 1281 ],
1294 "experiments": [ 1282 "experiments": [
(...skipping 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after
3046 { 3034 {
3047 "name": "Enabled", 3035 "name": "Enabled",
3048 "enable_features": [ 3036 "enable_features": [
3049 "use-new-media-cache" 3037 "use-new-media-cache"
3050 ] 3038 ]
3051 } 3039 }
3052 ] 3040 ]
3053 } 3041 }
3054 ] 3042 ]
3055 } 3043 }
OLDNEW
« no previous file with comments | « content/public/android/junit/src/org/chromium/content/browser/BindingManagerImplTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698