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

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

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_controller.h
diff --git a/content/browser/renderer_host/media/video_capture_controller.h b/content/browser/renderer_host/media/video_capture_controller.h
index 634fb169316dadc1adf9aab789e803b493819c11..b5f4a10f9d0e97c50e33c315fc4dc426cd921f77 100644
--- a/content/browser/renderer_host/media/video_capture_controller.h
+++ b/content/browser/renderer_host/media/video_capture_controller.h
@@ -180,8 +180,8 @@ class CONTENT_EXPORT VideoCaptureController : public media::VideoFrameReceiver {
// All clients served by this controller.
ControllerClients controller_clients_;
- // Takes on only the states 'STARTED' and 'ERROR'. 'ERROR' is an absorbing
- // state which stops the flow of data to clients.
+ // Takes on only the states 'STARTING', 'STARTED' and 'ERROR'. 'ERROR' is an
+ // absorbing state which stops the flow of data to clients.
VideoCaptureState state_;
int next_buffer_context_id_ = 0;

Powered by Google App Engine
This is Rietveld 408576698