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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 12153002: Move chrome://media-internals to content. This allows us to hide implementation details from the pu… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/browser/renderer_host/render_message_filter.h
===================================================================
--- content/browser/renderer_host/render_message_filter.h (revision 179909)
+++ content/browser/renderer_host/render_message_filter.h (working copy)
@@ -65,7 +65,7 @@
namespace content {
class BrowserContext;
class DOMStorageContextImpl;
-class MediaObserver;
+class MediaInternals;
class PluginServiceImpl;
class RenderWidgetHelper;
class ResourceContext;
@@ -82,7 +82,7 @@
BrowserContext* browser_context,
net::URLRequestContextGetter* request_context,
RenderWidgetHelper* render_widget_helper,
- MediaObserver* media_observer,
+ MediaInternals* media_internals,
DOMStorageContextImpl* dom_storage_context);
// IPC::ChannelProxy::MessageFilter methods:
@@ -291,7 +291,7 @@
// Used for sampling CPU usage of the renderer process.
scoped_ptr<base::ProcessMetrics> process_metrics_;
- MediaObserver* media_observer_;
+ MediaInternals* media_internals_;
DISALLOW_COPY_AND_ASSIGN(RenderMessageFilter);
};

Powered by Google App Engine
This is Rietveld 408576698