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

Unified Diff: content/common/media/video_capture.h

Issue 2365223002: Video Capture: Allow suspension of individual devices. (Closed)
Patch Set: Style tweaks, per mcasas's comments. Created 4 years, 3 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/common/media/video_capture.h
diff --git a/content/common/media/video_capture.h b/content/common/media/video_capture.h
index 363127315357379d161cc673d7ed07d18415306c..d48a684ddabeced735ba32b6161caacd709ed19d 100644
--- a/content/common/media/video_capture.h
+++ b/content/common/media/video_capture.h
@@ -26,6 +26,7 @@ enum VideoCaptureState {
VIDEO_CAPTURE_STATE_STARTING,
VIDEO_CAPTURE_STATE_STARTED,
VIDEO_CAPTURE_STATE_PAUSED,
+ VIDEO_CAPTURE_STATE_RESUMED,
VIDEO_CAPTURE_STATE_STOPPING,
VIDEO_CAPTURE_STATE_STOPPED,
VIDEO_CAPTURE_STATE_ERROR,

Powered by Google App Engine
This is Rietveld 408576698