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/api/objc/RTCMediaSource.h

Issue 1546783002: Move RTCVideoSource to webrtc/api/objc. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@updateRTCMediaSource
Patch Set: Changes based on feedback Created 4 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
Index: webrtc/api/objc/RTCMediaSource.h
diff --git a/webrtc/api/objc/RTCMediaSource.h b/webrtc/api/objc/RTCMediaSource.h
index 0b36b8d7093543c803f6097d28488efef8678306..228e50cd00a1f7e001adf1a1fd67744c46051405 100644
--- a/webrtc/api/objc/RTCMediaSource.h
+++ b/webrtc/api/objc/RTCMediaSource.h
@@ -24,8 +24,6 @@ NS_ASSUME_NONNULL_BEGIN
/** The current state of the RTCMediaSource. */
@property(nonatomic, readonly) RTCSourceState state;
-- (instancetype)init NS_UNAVAILABLE;
tkchin_webrtc 2016/01/14 01:34:02 restore this
hjon 2016/01/14 17:04:24 Done.
-
@end
NS_ASSUME_NONNULL_END

Powered by Google App Engine
This is Rietveld 408576698