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

Unified Diff: content/public/browser/resource_context.h

Issue 9433006: Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The reason is the content mo… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 10 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
« no previous file with comments | « content/public/browser/browser_main_parts.h ('k') | content/shell/shell_resource_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/resource_context.h
===================================================================
--- content/public/browser/resource_context.h (revision 123165)
+++ content/public/browser/resource_context.h (working copy)
@@ -9,7 +9,6 @@
#include "base/supports_user_data.h"
#include "content/common/content_export.h"
-class AudioManager;
class MediaObserver;
namespace appcache {
@@ -20,10 +19,6 @@
class FileSystemContext;
}
-namespace media_stream {
-class MediaStreamManager;
-}
-
namespace net {
class HostResolver;
class URLRequestContext;
@@ -51,8 +46,6 @@
virtual net::HostResolver* GetHostResolver() = 0;
virtual net::URLRequestContext* GetRequestContext() = 0;
virtual MediaObserver* GetMediaObserver() = 0;
- virtual media_stream::MediaStreamManager* GetMediaStreamManager() = 0;
- virtual AudioManager* GetAudioManager() = 0;
};
} // namespace content
« no previous file with comments | « content/public/browser/browser_main_parts.h ('k') | content/shell/shell_resource_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698