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

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

Issue 2673373003: getUserMeida: report device starting states (Closed)
Patch Set: address comments on PS#8 Created 3 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 | « services/video_capture/receiver_mojo_to_media_adapter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/test/mock_receiver.h
diff --git a/services/video_capture/test/mock_receiver.h b/services/video_capture/test/mock_receiver.h
index 8a85dc93aebbca541a9fccda5b0c64212b31ae9b..5e8a1656ba32d14498beaf2b96f979b018c1a8a2 100644
--- a/services/video_capture/test/mock_receiver.h
+++ b/services/video_capture/test/mock_receiver.h
@@ -24,6 +24,7 @@ class MockReceiver : public mojom::Receiver {
void(const media::mojom::VideoFramePtr* frame));
MOCK_METHOD0(OnError, void());
MOCK_METHOD1(OnLog, void(const std::string&));
+ MOCK_METHOD0(OnStarted, void());
MOCK_METHOD1(OnBufferDestroyed, void(int32_t));
private:
« no previous file with comments | « services/video_capture/receiver_mojo_to_media_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698