Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 4b65c5aaf0f02613341116bed73d50a319121ef6..c508e316ded16a694678a97d9e879c1f6867ce5c 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -872,11 +872,6 @@ IPC_SYNC_MESSAGE_CONTROL1_1(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 */) |
- |
// These three messages are sent to the parent RenderViewHost to display the |
// page/widget that was created by |
// CreateWindow/CreateWidget/CreateFullscreenWidget. routing_id |