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

Unified Diff: webrtc/api/objc/RTCPeerConnectionFactory.h

Issue 1825713003: Remove WEBRTC_IOS from RTCPeerConnectionFactory public header. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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: webrtc/api/objc/RTCPeerConnectionFactory.h
diff --git a/webrtc/api/objc/RTCPeerConnectionFactory.h b/webrtc/api/objc/RTCPeerConnectionFactory.h
index 8897c999e0a984173845fc39b5eef314fd4e8df5..f98a551846b01e24b1dce065842f6d8121df9110 100644
--- a/webrtc/api/objc/RTCPeerConnectionFactory.h
+++ b/webrtc/api/objc/RTCPeerConnectionFactory.h
@@ -12,9 +12,7 @@
NS_ASSUME_NONNULL_BEGIN
-#if defined(WEBRTC_IOS)
@class RTCAVFoundationVideoSource;
-#endif
@class RTCAudioTrack;
@class RTCConfiguration;
@class RTCMediaConstraints;
@@ -28,11 +26,9 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)init NS_DESIGNATED_INITIALIZER;
-#if defined(WEBRTC_IOS)
/** Initialize an RTCAVFoundationVideoSource with constraints. */
- (RTCAVFoundationVideoSource *)avFoundationVideoSourceWithConstraints:
(nullable RTCMediaConstraints *)constraints;
-#endif
/** Initialize an RTCAudioTrack with an id. */
- (RTCAudioTrack *)audioTrackWithTrackId:(NSString *)trackId;
« no previous file with comments | « no previous file | webrtc/api/objc/RTCPeerConnectionFactory.mm » ('j') | webrtc/api/objc/RTCPeerConnectionFactory.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698