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

Unified Diff: webrtc/base/objc/RTCTracing.h

Issue 1899573002: Mark public ObjC APIs as explicitly visible. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add RTCDataBuffer 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/base/objc/RTCSSLAdapter.h ('k') | webrtc/base/objc/RTCUIApplication.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/objc/RTCTracing.h
diff --git a/webrtc/base/objc/RTCTracing.h b/webrtc/base/objc/RTCTracing.h
index 5b8e2f6ac371abe543149a65f54b0d04983ed7cb..6f0596cfb711dbb8ac45f20985779da21d3c62f7 100644
--- a/webrtc/base/objc/RTCTracing.h
+++ b/webrtc/base/objc/RTCTracing.h
@@ -12,10 +12,10 @@
#import "webrtc/base/objc/RTCMacros.h"
-RTC_EXPORT void RTCSetupInternalTracer();
+RTC_EXTERN void RTCSetupInternalTracer();
/** Starts capture to specified file. Must be a valid writable path.
* Returns YES if capture starts.
*/
-RTC_EXPORT BOOL RTCStartInternalCapture(NSString *filePath);
-RTC_EXPORT void RTCStopInternalCapture();
-RTC_EXPORT void RTCShutdownInternalTracer();
+RTC_EXTERN BOOL RTCStartInternalCapture(NSString *filePath);
+RTC_EXTERN void RTCStopInternalCapture();
+RTC_EXTERN void RTCShutdownInternalTracer();
« no previous file with comments | « webrtc/base/objc/RTCSSLAdapter.h ('k') | webrtc/base/objc/RTCUIApplication.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698