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

Unified Diff: content/browser/renderer_host/media/audio_renderer_host.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/media/audio_renderer_host.h
===================================================================
--- content/browser/renderer_host/media/audio_renderer_host.h (revision 179909)
+++ content/browser/renderer_host/media/audio_renderer_host.h (working copy)
@@ -60,7 +60,7 @@
namespace content {
class AudioMirroringManager;
-class MediaObserver;
+class MediaInternals;
class ResourceContext;
class CONTENT_EXPORT AudioRendererHost
@@ -71,7 +71,7 @@
AudioRendererHost(int render_process_id,
media::AudioManager* audio_manager,
AudioMirroringManager* mirroring_manager,
- MediaObserver* media_observer);
+ MediaInternals* media_internals);
// BrowserMessageFilter implementation.
virtual void OnChannelClosing() OVERRIDE;
@@ -172,7 +172,7 @@
media::AudioManager* const audio_manager_;
AudioMirroringManager* const mirroring_manager_;
- MediaObserver* const media_observer_;
+ MediaInternals* const media_internals_;
// A map of stream IDs to audio sources.
AudioEntryMap audio_entries_;

Powered by Google App Engine
This is Rietveld 408576698