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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2813883004: Remove RTCIceTransportPolicy "none". (Closed)
Patch Set: Updated failing tests in RTCPeerConnection.html 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index f2b942374728867838f515c1f564541dfc184ea2..9dbed2096f0a7ab0b0df2c7b670dec31ee6a0340 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1272,7 +1272,6 @@ class CORE_EXPORT UseCounter {
kLoopbackEmbeddedInSecureContext = 1652,
kLoopbackEmbeddedInNonSecureContext = 1653,
kBlinkMacSystemFont = 1654,
- kRTCConfigurationIceTransportsNone = 1655,
kRTCIceServerURL = 1656,
kRTCIceServerURLs = 1657,
kOffscreenCanvasTransferToImageBitmap2D = 1658,
@@ -1280,7 +1279,6 @@ class CORE_EXPORT UseCounter {
kOffscreenCanvasCommit2D = 1660,
kOffscreenCanvasCommitWebGL = 1661,
kRTCConfigurationIceTransportPolicy = 1662,
- kRTCConfigurationIceTransportPolicyNone = 1663,
kRTCConfigurationIceTransports = 1664,
kDocumentFullscreenElementInV0Shadow = 1665,
kScriptWithCSPBypassingSchemeParserInserted = 1666,

Powered by Google App Engine
This is Rietveld 408576698