| 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 bdcc42f0a598a958954309a073e71bd6dbf3ddc2..c50cb4a44ad8c74c41266b98899c49547520e180 100644
|
| --- a/content/common/media/media_stream_messages.h
|
| +++ b/content/common/media/media_stream_messages.h
|
| @@ -29,8 +29,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::MediaStreamRequestResult,
|
| IPC_STRUCT_TRAITS_BEGIN(content::TrackControls)
|
| IPC_STRUCT_TRAITS_MEMBER(requested)
|
| IPC_STRUCT_TRAITS_MEMBER(stream_source)
|
| - IPC_STRUCT_TRAITS_MEMBER(device_ids)
|
| - IPC_STRUCT_TRAITS_MEMBER(alternate_device_ids)
|
| + IPC_STRUCT_TRAITS_MEMBER(device_id)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::StreamControls)
|
|
|