Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1682)

Unified Diff: content/renderer/render_view.h

Issue 7327034: Commits http://codereview.chromium.org/7157001/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Removed chrome dependencices in content/renderer Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/render_view.h
===================================================================
--- content/renderer/render_view.h (revision 92002)
+++ content/renderer/render_view.h (working copy)
@@ -208,10 +208,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_;
}
@@ -1078,8 +1074,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_;

Powered by Google App Engine
This is Rietveld 408576698