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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h

Issue 2415673003: Merge RTCConfiguration into WebRTCConfiguration (Closed)
Patch Set: headers, kConstants 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
Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
index ab12e1602e2aa595c800fb0dd2622e8fdf60968d..75c99b911bfa5df16015d213473137e6f59dea4b 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
@@ -49,7 +49,6 @@ namespace blink {
class ExceptionState;
class MediaStreamTrack;
class RTCAnswerOptions;
-class RTCConfiguration;
class RTCDTMFSender;
class RTCDataChannel;
class RTCIceCandidateInitOrRTCIceCandidate;
@@ -61,6 +60,7 @@ class RTCSessionDescriptionInit;
class RTCStatsCallback;
class ScriptState;
class VoidCallback;
+struct WebRTCConfiguration;
class RTCPeerConnection final : public EventTargetWithInlineData,
public WebRTCPeerConnectionHandlerClient,
@@ -213,7 +213,7 @@ class RTCPeerConnection final : public EventTargetWithInlineData,
};
RTCPeerConnection(ExecutionContext*,
- RTCConfiguration*,
+ const WebRTCConfiguration&,
WebMediaConstraints,
ExceptionState&);
void dispose();

Powered by Google App Engine
This is Rietveld 408576698