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

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

Issue 2413703002: Sync RTCDataChannel and RTCPeerConnection IDL with spec (Closed)
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2a03eafb9be0022d7a5d4be625db827b970a221f..0f496a150c960e71c09eb2b6c49250db02787cf9 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1357,6 +1357,18 @@ class CORE_EXPORT UseCounter {
GamepadPoseAngularVelocity = 1635,
GamepadPoseAngularAcceleration = 1636,
DeprecatedBluetoothDeviceUUIDsAttribute = 1637,
+ V8RTCDataChannel_MaxRetransmitTime_AttributeGetter = 1638,
+ V8RTCDataChannel_MaxRetransmits_AttributeGetter = 1639,
+ V8RTCDataChannel_Reliable_AttributeGetter = 1640,
+ V8RTCPeerConnection_AddStream_Method = 1641,
+ V8RTCPeerConnection_CreateDTMFSender_Method = 1642,
+ V8RTCPeerConnection_GetLocalStreams_Method = 1643,
+ V8RTCPeerConnection_GetRemoteStreams_Method = 1644,
+ V8RTCPeerConnection_GetStreamById_Method = 1645,
+ V8RTCPeerConnection_RemoveStream_Method = 1646,
+ V8RTCPeerConnection_UpdateIce_Method = 1647,
+ RTCPeerConnectionCreateDataChannelMaxRetransmitTime = 1648,
+ RTCPeerConnectionCreateDataChannelMaxRetransmits = 1649,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698