| 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,
|
|
|