Index: content/renderer/render_view.h |
=================================================================== |
--- content/renderer/render_view.h (revision 92113) |
+++ content/renderer/render_view.h (working copy) |
@@ -209,10 +209,6 @@ |
int page_id() const { return page_id_; } |
PepperPluginDelegateImpl* pepper_delegate() { return &pepper_delegate_; } |
- AudioMessageFilter* audio_message_filter() { |
- return audio_message_filter_; |
- } |
- |
const WebPreferences& webkit_preferences() const { |
return webkit_preferences_; |
} |
@@ -1079,8 +1075,6 @@ |
// Device orientation dispatcher attached to this view; lazily initialized. |
DeviceOrientationDispatcher* device_orientation_dispatcher_; |
- scoped_refptr<AudioMessageFilter> audio_message_filter_; |
- |
// Handles accessibility requests into the renderer side, as well as |
// maintains the cache and other features of the accessibility tree. |
scoped_ptr<WebKit::WebAccessibilityCache> accessibility_; |