| 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 6e0fb9f9ebbe638efc24f7fdc2caaa8d68c10c9a..eeaf9c93cd258eb80525666642bd8310897cf640 100644
|
| --- a/content/common/media/media_stream_messages.h
|
| +++ b/content/common/media/media_stream_messages.h
|
| @@ -29,6 +29,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::StreamDeviceInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(device.type)
|
| IPC_STRUCT_TRAITS_MEMBER(device.name)
|
| IPC_STRUCT_TRAITS_MEMBER(device.id)
|
| + IPC_STRUCT_TRAITS_MEMBER(device.sample_rate)
|
| + IPC_STRUCT_TRAITS_MEMBER(device.channel_layout)
|
| IPC_STRUCT_TRAITS_MEMBER(in_use)
|
| IPC_STRUCT_TRAITS_MEMBER(session_id)
|
| IPC_STRUCT_TRAITS_END()
|
|
|