| 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..967deaa008aaa54e0a65feabad8ba5ad40c67fa8 100644
|
| --- a/content/common/media/audio_messages.h
|
| +++ b/content/common/media/audio_messages.h
|
| @@ -69,6 +69,11 @@ IPC_MESSAGE_CONTROL2(AudioMsg_NotifyStreamStateChanged,
|
| int /* stream id */,
|
| media::AudioOutputIPCDelegate::State /* new state */)
|
|
|
| +IPC_MESSAGE_CONTROL3(AudioMsg_NotifyDeviceChanged,
|
| + int /* stream id */,
|
| + int /* new sample rate */,
|
| + int /* new buffer size */)
|
| +
|
| // Notification message sent from browser to renderer for state update.
|
| IPC_MESSAGE_CONTROL2(AudioInputMsg_NotifyStreamStateChanged,
|
| int /* stream id */,
|
|
|