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

Unified Diff: media/capture/video/video_capture_system_impl.h

Issue 2805863002: Remove VideoCaptureDeviceFactory::EnumerateDeviceDescriptors() (Closed)
Patch Set: Rebase Created 3 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
Index: media/capture/video/video_capture_system_impl.h
diff --git a/media/capture/video/video_capture_system_impl.h b/media/capture/video/video_capture_system_impl.h
index 97cfc697f46451200d927c3f959d211db5461173..c949af67b959f467b59f9ecec4bb42dbd20184f7 100644
--- a/media/capture/video/video_capture_system_impl.h
+++ b/media/capture/video/video_capture_system_impl.h
@@ -23,10 +23,6 @@ class CAPTURE_EXPORT VideoCaptureSystemImpl : public VideoCaptureSystem {
const std::string& device_id) override;
private:
- void OnDescriptorsReceived(
- const DeviceInfoCallback& result_callback,
- std::unique_ptr<VideoCaptureDeviceDescriptors> descriptors);
-
// Returns nullptr if no descriptor found.
const VideoCaptureDeviceInfo* LookupDeviceInfoFromId(
const std::string& device_id);
« no previous file with comments | « media/capture/video/video_capture_device_unittest.cc ('k') | media/capture/video/video_capture_system_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698