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

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

Issue 2488283003: bluetooth: web: Rename Blacklist to Blocklist (Closed)
Patch Set: bluetooth: web: Rename Blacklist to Blocklist 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
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 2232 matching lines...) Expand 10 before | Expand all | Expand 10 after
2243 "experiments": [ 2243 "experiments": [
2244 { 2244 {
2245 "name": "Enabled", 2245 "name": "Enabled",
2246 "enable_features": [ 2246 "enable_features": [
2247 "ViewsSimplifiedFullscreenUI" 2247 "ViewsSimplifiedFullscreenUI"
2248 ] 2248 ]
2249 } 2249 }
2250 ] 2250 ]
2251 } 2251 }
2252 ], 2252 ],
2253 "WebBluetoothBlacklist": [ 2253 "WebBluetoothBlocklist": [
2254 { 2254 {
2255 "platforms": [ 2255 "platforms": [
2256 "android", 2256 "android",
2257 "chromeos", 2257 "chromeos",
2258 "linux", 2258 "linux",
2259 "mac", 2259 "mac",
2260 "win" 2260 "win"
2261 ], 2261 ],
2262 "experiments": [ 2262 "experiments": [
2263 { 2263 {
2264 "//1": "The value 'ed5f25a4:e' is included for the", 2264 "//1": "The value 'ed5f25a4:e' is included for the",
2265 "//2": "WebBluetoothTest BlacklistShouldBlock test.", 2265 "//2": "WebBluetoothTest BlocklistShouldBlock test.",
2266 "//3": "TODO(643013): Remove other values in Chrome 55 or la ter.", 2266 "//3": "TODO(643013): Remove other values in Chrome 55 or la ter.",
2267 "name": "TestGroup", 2267 "name": "TestGroup",
2268 "params": { 2268 "params": {
2269 "blacklist_additions": "00060000:e,fffd:e,ed5f25a4:e" 2269 "blocklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
2270 } 2270 }
2271 } 2271 }
2272 ] 2272 ]
2273 } 2273 }
2274 ], 2274 ],
2275 "WebFontsInterventionV2": [ 2275 "WebFontsInterventionV2": [
2276 { 2276 {
2277 "platforms": [ 2277 "platforms": [
2278 "android", 2278 "android",
2279 "chromeos", 2279 "chromeos",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2354 { 2354 {
2355 "name": "Enabled", 2355 "name": "Enabled",
2356 "enable_features": [ 2356 "enable_features": [
2357 "use-new-media-cache" 2357 "use-new-media-cache"
2358 ] 2358 ]
2359 } 2359 }
2360 ] 2360 ]
2361 } 2361 }
2362 ] 2362 ]
2363 } 2363 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698