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

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

Issue 2385623003: Unwind WebRTC DTLS 1.2 flag and field trial. (Closed)
Patch Set: removed explicit DTLS 1.2 setting in favor of default Created 4 years, 2 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/renderer/media/webrtc/peer_connection_dependency_factory.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 "AllBookmarks": [ 2 "AllBookmarks": [
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 "disable_features": [ 10 "disable_features": [
(...skipping 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after
2179 "mac", 2179 "mac",
2180 "win" 2180 "win"
2181 ], 2181 ],
2182 "experiments": [ 2182 "experiments": [
2183 { 2183 {
2184 "name": "Enabled" 2184 "name": "Enabled"
2185 } 2185 }
2186 ] 2186 ]
2187 } 2187 }
2188 ], 2188 ],
2189 "WebRTC-PeerConnectionDTLS1.2": [
2190 {
2191 "platforms": [
2192 "android",
2193 "chromeos",
2194 "linux",
2195 "mac",
2196 "win"
2197 ],
2198 "experiments": [
2199 {
2200 "name": "Enabled"
2201 }
2202 ]
2203 }
2204 ],
2205 "use-new-media-cache": [ 2189 "use-new-media-cache": [
2206 { 2190 {
2207 "platforms": [ 2191 "platforms": [
2208 "android", 2192 "android",
2209 "chromeos", 2193 "chromeos",
2210 "linux", 2194 "linux",
2211 "mac", 2195 "mac",
2212 "win" 2196 "win"
2213 ], 2197 ],
2214 "experiments": [ 2198 "experiments": [
2215 { 2199 {
2216 "name": "Enabled", 2200 "name": "Enabled",
2217 "enable_features": [ 2201 "enable_features": [
2218 "use-new-media-cache" 2202 "use-new-media-cache"
2219 ] 2203 ]
2220 } 2204 }
2221 ] 2205 ]
2222 } 2206 }
2223 ] 2207 ]
2224 } 2208 }
OLDNEW
« no previous file with comments | « content/renderer/media/webrtc/peer_connection_dependency_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698