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

Unified Diff: services/video_capture/test/mock_device_factory.h

Issue 2824883005: [Mojo Video Capture] Stop service when last client disconnects. (Closed)
Patch Set: Incorporate suggestions from PatchSet #2 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: services/video_capture/test/mock_device_factory.h
diff --git a/services/video_capture/test/mock_device_factory.h b/services/video_capture/test/mock_device_factory.h
index 78fd5e599a8fdb0b0e901272f7b162df6339c609..114853f6a525baa02197abd3c3f3256f2b4686b6 100644
--- a/services/video_capture/test/mock_device_factory.h
+++ b/services/video_capture/test/mock_device_factory.h
@@ -23,7 +23,7 @@ class MockDeviceFactory : public media::VideoCaptureDeviceFactory {
void AddMockDevice(media::VideoCaptureDevice* device,
const media::VideoCaptureDeviceDescriptor& descriptor);
- // media::VideoCaptureDeviceFactory:
+ // media::VideoCaptureDeviceFactory implementation.
std::unique_ptr<media::VideoCaptureDevice> CreateDevice(
const media::VideoCaptureDeviceDescriptor& device_descriptor) override;
void GetDeviceDescriptors(

Powered by Google App Engine
This is Rietveld 408576698