summaryrefslogtreecommitdiffstats
path: root/content/common/view_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r--content/common/view_messages.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index aff3f3b..495bf66 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1017,11 +1017,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_ForceRedraw,
IPC_MESSAGE_ROUTED1(ViewMsg_BeginFrame,
cc::BeginFrameArgs /* args */)
-// Tells the renderer what audio hardware configuration is.
-IPC_MESSAGE_CONTROL2(ViewMsg_SetAudioHardwareConfig,
- media::AudioParameters /* input parameters */,
- media::AudioParameters /* output parameters */)
-
// -----------------------------------------------------------------------------
// Messages sent from the renderer to the browser.
@@ -1061,6 +1056,11 @@ IPC_SYNC_MESSAGE_CONTROL1_2(ViewHostMsg_CreateFullscreenWidget,
IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GenerateRoutingID,
int /* routing_id */)
+// Asks the browser for the default audio hardware configuration.
+IPC_SYNC_MESSAGE_CONTROL0_2(ViewHostMsg_GetAudioHardwareConfig,
+ media::AudioParameters /* input parameters */,
+ media::AudioParameters /* output parameters */)
+
// Asks the browser for the renderer process memory size stats.
IPC_SYNC_MESSAGE_CONTROL0_2(ViewHostMsg_GetProcessMemorySizes,
size_t /* private_bytes */,