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

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

Issue 2813883004: Remove RTCIceTransportPolicy "none". (Closed)
Patch Set: 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 3fb6de2f9910637acea764bf62c104e2b8897f78..45dbba51595c03c0be124e34ad478529d532746e 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1282,7 +1282,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