| Index: content/common/media/media_stream_messages.h
|
| diff --git a/content/common/media/media_stream_messages.h b/content/common/media/media_stream_messages.h
|
| index 99314927516f3ffa2d7ac028c0dd7f19d72e302f..79da02043039faa1430dd519d40ba02f5b9fdeed 100644
|
| --- a/content/common/media/media_stream_messages.h
|
| +++ b/content/common/media/media_stream_messages.h
|
| @@ -20,7 +20,9 @@ IPC_ENUM_TRAITS(media_stream::MediaStreamType)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(media_stream::StreamOptions)
|
| IPC_STRUCT_TRAITS_MEMBER(audio_type)
|
| + IPC_STRUCT_TRAITS_MEMBER(audio_device_id)
|
| IPC_STRUCT_TRAITS_MEMBER(video_type)
|
| + IPC_STRUCT_TRAITS_MEMBER(video_device_id)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(media_stream::StreamDeviceInfo)
|
| @@ -85,14 +87,6 @@ IPC_MESSAGE_CONTROL4(MediaStreamHostMsg_GenerateStream,
|
| media_stream::StreamOptions /* components */,
|
| GURL /* security origin */)
|
|
|
| -// Request a new media stream for a specific device.
|
| -IPC_MESSAGE_CONTROL5(MediaStreamHostMsg_GenerateStreamForDevice,
|
| - int /* render view id */,
|
| - int /* request id */,
|
| - media_stream::StreamOptions /* components */,
|
| - std::string /* device_id */,
|
| - GURL /* security origin */)
|
| -
|
| // Request to cancel the request for a new media stream.
|
| IPC_MESSAGE_CONTROL2(MediaStreamHostMsg_CancelGenerateStream,
|
| int /* render view id */,
|
|
|