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

Unified Diff: chrome/browser/browser_process_impl.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: sync to head 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
Index: chrome/browser/browser_process_impl.h
===================================================================
--- chrome/browser/browser_process_impl.h (revision 123165)
+++ chrome/browser/browser_process_impl.h (working copy)
@@ -123,7 +123,6 @@
virtual MHTMLGenerationManager* mhtml_generation_manager() OVERRIDE;
virtual ComponentUpdateService* component_updater() OVERRIDE;
virtual CRLSetFetcher* crl_set_fetcher() OVERRIDE;
- virtual AudioManager* audio_manager() OVERRIDE;
private:
void CreateMetricsService();
@@ -268,8 +267,6 @@
scoped_refptr<CRLSetFetcher> crl_set_fetcher_;
#endif
- scoped_ptr<AudioManager> audio_manager_;
-
// TODO(eroman): Remove this when done debugging 113031. This tracks
// the callstack which released the final module reference count.
base::debug::StackTrace release_last_reference_callstack_;

Powered by Google App Engine
This is Rietveld 408576698