| Index: content/common/media/audio_messages.h
|
| diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h
|
| index cac43d1e1436f9ef525df152a767c0c9cb792292..8977417b00bcf9a5f4b126802f1096089a0354ad 100644
|
| --- a/content/common/media/audio_messages.h
|
| +++ b/content/common/media/audio_messages.h
|
| @@ -63,6 +63,13 @@ IPC_MESSAGE_CONTROL4(AudioInputMsg_NotifyStreamCreated,
|
| uint32 /* length */)
|
| #endif
|
|
|
| +// Notification message sent from AudioRendererHost to renderer after an output
|
| +// device change has occurred.
|
| +IPC_MESSAGE_CONTROL3(AudioMsg_NotifyDeviceChanged,
|
| + int /* stream_id */,
|
| + int /* new_buffer_size */,
|
| + int /* new_sample_rate */)
|
| +
|
| // Notification message sent from AudioRendererHost to renderer for state
|
| // update after the renderer has requested a Create/Start/Close.
|
| IPC_MESSAGE_CONTROL2(AudioMsg_NotifyStreamStateChanged,
|
|
|