Index: content/common/page_messages.h |
diff --git a/content/common/page_messages.h b/content/common/page_messages.h |
index 6b988a352d485269c289de40f0826dac8f673600..6d81f3f965eaff01abb2f49c8d88bd3b60ac1378 100644 |
--- a/content/common/page_messages.h |
+++ b/content/common/page_messages.h |
@@ -43,6 +43,8 @@ IPC_MESSAGE_ROUTED2(PageMsg_SetHistoryOffsetAndLength, |
int /* history_offset */, |
int /* history_length */) |
+IPC_MESSAGE_ROUTED1(PageMsg_AudioStateChanged, bool /* is_audio_playing */) |
+ |
// ----------------------------------------------------------------------------- |
// Messages sent from the renderer to the browser. |