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

Unified Diff: content/browser/renderer_host/media/video_capture_manager_unittest.cc

Issue 2721113002: getUserMedia: handle the device starting status report. (Closed)
Patch Set: address nits Created 3 years, 9 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/video_capture_manager_unittest.cc
diff --git a/content/browser/renderer_host/media/video_capture_manager_unittest.cc b/content/browser/renderer_host/media/video_capture_manager_unittest.cc
index ca60bcdd6194427c2b55cdcbf7261cab394a31ef..fe194ff2b3c1d3cd8dd46ca28be687449a9aaae8 100644
--- a/content/browser/renderer_host/media/video_capture_manager_unittest.cc
+++ b/content/browser/renderer_host/media/video_capture_manager_unittest.cc
@@ -742,6 +742,7 @@ TEST_F(VideoCaptureManagerTest, PauseAndResumeClient) {
// Add a second client that is never paused, then pause/resume the first
// client, and no calls to VideoCaptureDevice::MaybeSuspend() or Resume() are
// made.
+ EXPECT_CALL(*frame_observer_, OnStarted(_));
const VideoCaptureControllerID client_id2 =
StartClient(video_session_id, true);
PauseClient(client_id);
« no previous file with comments | « content/browser/renderer_host/media/video_capture_controller_unittest.cc ('k') | content/common/media/media_stream_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698