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

Unified Diff: talk/app/webrtc/objc/public/RTCVideoCapturer.h

Issue 1715883002: Remove DeviceManager and DeviceInfo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 10 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: talk/app/webrtc/objc/public/RTCVideoCapturer.h
diff --git a/talk/app/webrtc/objc/public/RTCVideoCapturer.h b/talk/app/webrtc/objc/public/RTCVideoCapturer.h
index d07c091fadabecbd14ae591d4afb01b379f0aeec..6456e7e85f3e2425701d453d3f9b4321f606cb03 100644
--- a/talk/app/webrtc/objc/public/RTCVideoCapturer.h
+++ b/talk/app/webrtc/objc/public/RTCVideoCapturer.h
@@ -30,9 +30,6 @@
// RTCVideoCapturer is an ObjectiveC wrapper for VideoCapturerInterface.
@interface RTCVideoCapturer : NSObject
-// Create a new video capturer using the specified device.
-+ (RTCVideoCapturer *)capturerWithDeviceName:(NSString *)deviceName;
-
#ifndef DOXYGEN_SHOULD_SKIP_THIS
// Disallow init and don't add to documentation
- (id)init __attribute__(

Powered by Google App Engine
This is Rietveld 408576698