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

Unified Diff: webrtc/media/devices/devicemanager.h

Issue 1676503002: Remove fake cricket::VideoCapturer devices. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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
« no previous file with comments | « webrtc/build/sanitizers/tsan_suppressions_webrtc.cc ('k') | webrtc/media/devices/devicemanager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/devices/devicemanager.h
diff --git a/webrtc/media/devices/devicemanager.h b/webrtc/media/devices/devicemanager.h
index 932fc5b8f7ec88fb60035ac8f337fe7319eddcbf..86780e55ac88e555359bb0a7329a2d112759a4a7 100644
--- a/webrtc/media/devices/devicemanager.h
+++ b/webrtc/media/devices/devicemanager.h
@@ -193,8 +193,6 @@ class DeviceManager : public DeviceManagerInterface {
// The exclusion_list MUST be a NULL terminated list.
static bool ShouldDeviceBeIgnored(const std::string& device_name,
const char* const exclusion_list[]);
- bool GetFakeVideoCaptureDevice(const std::string& name, Device* out) const;
- VideoCapturer* MaybeConstructFakeVideoCapturer(const Device& device) const;
bool initialized_;
rtc::scoped_ptr<
« no previous file with comments | « webrtc/build/sanitizers/tsan_suppressions_webrtc.cc ('k') | webrtc/media/devices/devicemanager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698