| Index: chrome/browser/renderer_host/resource_message_filter.h
|
| diff --git a/chrome/browser/renderer_host/resource_message_filter.h b/chrome/browser/renderer_host/resource_message_filter.h
|
| index 85ad1013252531b636f329b060523dfded51f059..4133353994d7e1627cf0f7179aa93bb4e3f29c85 100644
|
| --- a/chrome/browser/renderer_host/resource_message_filter.h
|
| +++ b/chrome/browser/renderer_host/resource_message_filter.h
|
| @@ -31,7 +31,6 @@ class ClipboardService;
|
| class Profile;
|
| class RenderWidgetHelper;
|
| class SpellChecker;
|
| -struct ViewHostMsg_Audio_CreateStream;
|
| struct WebPluginInfo;
|
|
|
| namespace printing {
|
| @@ -193,16 +192,6 @@ class ResourceMessageFilter : public IPC::ChannelProxy::MessageFilter,
|
| IPC::Message* reply_msg);
|
| #endif
|
|
|
| - // Audio related IPC message handlers.
|
| - void OnCreateAudioStream(const IPC::Message& msg, int stream_id,
|
| - const ViewHostMsg_Audio_CreateStream& params);
|
| - void OnNotifyAudioPacketReady(const IPC::Message& msg, int stream_id);
|
| - void OnStartAudioStream(const IPC::Message& msg, int stream_id);
|
| - void OnCloseAudioStream(const IPC::Message& msg, int stream_id);
|
| - void OnGetAudioVolume(const IPC::Message& msg, int stream_id);
|
| - void OnSetAudioVolume(const IPC::Message& msg, int stream_id,
|
| - double left_channel, double right_channel);
|
| -
|
| // We have our own clipboard service because we want to access the clipboard
|
| // on the IO thread instead of forwarding (possibly synchronous) messages to
|
| // the UI thread.
|
|
|