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

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

Issue 2631433002: Rename RTCPeerConnection.updateIce to setConfiguration and make it work. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 dc8e309a9a14643706d5b8a582c9ea1789307010..67d0764375390bb540f074532be228be1cf4146e 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1297,7 +1297,6 @@ class CORE_EXPORT UseCounter {
V8RTCPeerConnection_GetRemoteStreams_Method = 1644,
V8RTCPeerConnection_GetStreamById_Method = 1645,
V8RTCPeerConnection_RemoveStream_Method = 1646,
- V8RTCPeerConnection_UpdateIce_Method = 1647,
RTCPeerConnectionCreateDataChannelMaxRetransmitTime = 1648,
RTCPeerConnectionCreateDataChannelMaxRetransmits = 1649,
AudioContextCreateConstantSource = 1650,

Powered by Google App Engine
This is Rietveld 408576698