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

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

Issue 2434333002: [PPS] Block tiny content by default. (Closed)
Patch Set: Created 4 years, 1 month 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/common/chrome_features.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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 "experiments": [ 1293 "experiments": [
1294 { 1294 {
1295 "name": "Enabled", 1295 "name": "Enabled",
1296 "enable_features": [ 1296 "enable_features": [
1297 "PhysicalWeb" 1297 "PhysicalWeb"
1298 ] 1298 ]
1299 } 1299 }
1300 ] 1300 ]
1301 } 1301 }
1302 ], 1302 ],
1303 "PluginPowerSaverTiny": [
1304 {
1305 "platforms": [
1306 "chromeos",
1307 "linux",
1308 "mac",
1309 "win"
1310 ],
1311 "experiments": [
1312 {
1313 "name": "Enabled",
1314 "enable_features": [
1315 "BlockSmallPluginContent"
1316 ]
1317 }
1318 ]
1319 }
1320 ],
1321 "PointerEvent": [ 1303 "PointerEvent": [
1322 { 1304 {
1323 "platforms": [ 1305 "platforms": [
1324 "android", 1306 "android",
1325 "chromeos", 1307 "chromeos",
1326 "linux", 1308 "linux",
1327 "mac", 1309 "mac",
1328 "win" 1310 "win"
1329 ], 1311 ],
1330 "experiments": [ 1312 "experiments": [
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
2254 { 2236 {
2255 "name": "Enabled", 2237 "name": "Enabled",
2256 "enable_features": [ 2238 "enable_features": [
2257 "use-new-media-cache" 2239 "use-new-media-cache"
2258 ] 2240 ]
2259 } 2241 }
2260 ] 2242 ]
2261 } 2243 }
2262 ] 2244 ]
2263 } 2245 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_features.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698