| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index bfd646575e96e100083d5a673c032b1719acac1d..ee8f83327d98494701d317aa7df6189b19b5d198 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -918,6 +918,8 @@ IPC_MESSAGE_ROUTED0(FrameMsg_SuppressFurtherDialogs)
|
| IPC_MESSAGE_ROUTED1(FrameMsg_RunFileChooserResponse,
|
| std::vector<content::FileChooserFileInfo>)
|
|
|
| +IPC_MESSAGE_ROUTED1(FrameMsg_AudioStateChanged, bool /* is_audio_playing */)
|
| +
|
| // -----------------------------------------------------------------------------
|
| // Messages sent from the renderer to the browser.
|
|
|
|
|