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

Unified Diff: third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.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
« no previous file with comments | « third_party/WebKit/public/platform/WebRTCError.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
diff --git a/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h b/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
index 285bcb6b657629f8942da32b6681712fb43d774a..73931a21f806cc3a637d2d05bdfc125e8e50188e 100644
--- a/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
+++ b/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
@@ -41,6 +41,7 @@ class WebMediaStreamTrack;
class WebRTCAnswerOptions;
class WebRTCDTMFSenderHandler;
class WebRTCDataChannelHandler;
+enum class WebRTCErrorType;
class WebRTCICECandidate;
class WebRTCOfferOptions;
class WebRTCSessionDescription;
@@ -72,7 +73,7 @@ class WebRTCPeerConnectionHandler {
const WebRTCSessionDescription&) = 0;
virtual WebRTCSessionDescription localDescription() = 0;
virtual WebRTCSessionDescription remoteDescription() = 0;
- virtual bool setConfiguration(const WebRTCConfiguration&) = 0;
+ virtual WebRTCErrorType setConfiguration(const WebRTCConfiguration&) = 0;
// DEPRECATED
virtual bool addICECandidate(const WebRTCICECandidate&) { return false; }
« no previous file with comments | « third_party/WebKit/public/platform/WebRTCError.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698