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

Unified Diff: services/video_capture/mock_device_descriptor_receiver.h

Issue 2457003002: [Mojo Video Capture] Simplify API and some cleanups (Closed)
Patch Set: Created 4 years, 2 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 | « services/video_capture/fake_device_unittest.cc ('k') | services/video_capture/mock_device_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/mock_device_descriptor_receiver.h
diff --git a/services/video_capture/mock_device_descriptor_receiver.h b/services/video_capture/mock_device_descriptor_receiver.h
index cb77279887c783037e6899d7e0ae77214baa8f7b..8f44dd7b5168894b3873695fe7b9d88a73e090b6 100644
--- a/services/video_capture/mock_device_descriptor_receiver.h
+++ b/services/video_capture/mock_device_descriptor_receiver.h
@@ -10,6 +10,8 @@
namespace video_capture {
+// Mock for receiving device descriptors from a call to
+// mojom::VideoCaptureDeviceFactory::EnumerateDeviceDescriptors().
class MockDeviceDescriptorReceiver {
public:
MockDeviceDescriptorReceiver();
« no previous file with comments | « services/video_capture/fake_device_unittest.cc ('k') | services/video_capture/mock_device_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698