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

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

Issue 2673373003: getUserMeida: report device starting states (Closed)
Patch Set: 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
Index: content/browser/renderer_host/media/video_capture_host.h
diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h
index a92ac9a466e422c90c598d51ba5723fec7fe833f..30d26057cbe1126a79274196ad9f9e573ee3033e 100644
--- a/content/browser/renderer_host/media/video_capture_host.h
+++ b/content/browser/renderer_host/media/video_capture_host.h
@@ -50,6 +50,7 @@ class CONTENT_EXPORT VideoCaptureHost
int buffer_id,
const scoped_refptr<media::VideoFrame>& frame) override;
void OnEnded(VideoCaptureControllerID id) override;
+ void OnStarted(VideoCaptureControllerID id) override;
// mojom::VideoCaptureHost implementation
void Start(int32_t device_id,
@@ -76,6 +77,7 @@ class CONTENT_EXPORT VideoCaptureHost
void DoError(VideoCaptureControllerID id);
void DoEnded(VideoCaptureControllerID id);
+ void DoStarted(VideoCaptureControllerID id);
// Bound as callback for VideoCaptureManager::StartCaptureForClient().
void OnControllerAdded(

Powered by Google App Engine
This is Rietveld 408576698