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

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

Issue 1899573002: Mark public ObjC APIs as explicitly visible. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 | « webrtc/api/objc/RTCConfiguration.h ('k') | webrtc/api/objc/RTCDataChannelConfiguration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCDataChannel.h
diff --git a/webrtc/api/objc/RTCDataChannel.h b/webrtc/api/objc/RTCDataChannel.h
index 59ab2b8b26fddf9706e85d46dfddf5ab4b8daa3b..b2a539916f0d85ed0be35b7afad6f717560cea31 100644
--- a/webrtc/api/objc/RTCDataChannel.h
+++ b/webrtc/api/objc/RTCDataChannel.h
@@ -11,6 +11,8 @@
#import <AvailabilityMacros.h>
#import <Foundation/Foundation.h>
+#import "webrtc/base/objc/RTCMacros.h"
+
NS_ASSUME_NONNULL_BEGIN
@interface RTCDataBuffer : NSObject
Chuck 2016/04/18 23:24:06 Does this one need RTC_EXPORT?
tkchin_webrtc 2016/04/18 23:36:40 Yes, thanks.
@@ -33,6 +35,7 @@ NS_ASSUME_NONNULL_BEGIN
@class RTCDataChannel;
+RTC_EXPORT
@protocol RTCDataChannelDelegate <NSObject>
/** The data channel state changed. */
@@ -58,7 +61,7 @@ typedef NS_ENUM(NSInteger, RTCDataChannelState) {
RTCDataChannelStateClosed,
};
-
+RTC_EXPORT
@interface RTCDataChannel : NSObject
/**
« no previous file with comments | « webrtc/api/objc/RTCConfiguration.h ('k') | webrtc/api/objc/RTCDataChannelConfiguration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698