| Index: content/common/media/video_capture.h
|
| diff --git a/content/common/media/video_capture.h b/content/common/media/video_capture.h
|
| index d48a684ddabeced735ba32b6161caacd709ed19d..09632c440a0db223678fee85c92af883e5916c93 100644
|
| --- a/content/common/media/video_capture.h
|
| +++ b/content/common/media/video_capture.h
|
| @@ -23,7 +23,6 @@ using VideoCaptureDeliverFrameCB =
|
| // browser process and renderer process. Browser process sends information about
|
| // the current capture state and error to the renderer process using this type.
|
| enum VideoCaptureState {
|
| - VIDEO_CAPTURE_STATE_STARTING,
|
| VIDEO_CAPTURE_STATE_STARTED,
|
| VIDEO_CAPTURE_STATE_PAUSED,
|
| VIDEO_CAPTURE_STATE_RESUMED,
|
|
|