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

Unified Diff: content/browser/renderer_host/media/mock_video_capture_provider.h

Issue 2854443002: [Mojo Video Capture] Implement a VideoCaptureProvider that uses the video capture service
Patch Set: 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: content/browser/renderer_host/media/mock_video_capture_provider.h
diff --git a/content/browser/renderer_host/media/mock_video_capture_provider.h b/content/browser/renderer_host/media/mock_video_capture_provider.h
index 30f729697a96c17c291f80ffc685c28fdfba39f2..7c175952fc3336aaff3bf1aab86c6a34a69de39a 100644
--- a/content/browser/renderer_host/media/mock_video_capture_provider.h
+++ b/content/browser/renderer_host/media/mock_video_capture_provider.h
@@ -15,6 +15,7 @@ class MockVideoCaptureProvider : public VideoCaptureProvider {
MockVideoCaptureProvider();
~MockVideoCaptureProvider() override;
+ MOCK_METHOD0(Uninitialize, void());
MOCK_METHOD1(GetDeviceInfosAsync,
void(const base::Callback<
void(const std::vector<media::VideoCaptureDeviceInfo>&)>&

Powered by Google App Engine
This is Rietveld 408576698