| Index: content/common/media/video_capture_messages.h
|
| diff --git a/content/common/media/video_capture_messages.h b/content/common/media/video_capture_messages.h
|
| index 0462a880075125ff2a49903f696b415d75c8f31d..b7a2ee17ff30f1e788f5e7be3b7a316ee63fda8b 100644
|
| --- a/content/common/media/video_capture_messages.h
|
| +++ b/content/common/media/video_capture_messages.h
|
| @@ -87,6 +87,13 @@ IPC_MESSAGE_CONTROL3(VideoCaptureHostMsg_Start,
|
| IPC_MESSAGE_CONTROL1(VideoCaptureHostMsg_Pause,
|
| int /* device_id */)
|
|
|
| +// Resume the video capture specified by |device_id|, |session_id| and
|
| +// |params|.
|
| +IPC_MESSAGE_CONTROL3(VideoCaptureHostMsg_Resume,
|
| + int, /* device_id */
|
| + media::VideoCaptureSessionId, /* session_id */
|
| + media::VideoCaptureParams /* params */)
|
| +
|
| // Close the video capture specified by |device_id|.
|
| IPC_MESSAGE_CONTROL1(VideoCaptureHostMsg_Stop,
|
| int /* device_id */)
|
|
|