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

Unified Diff: media/audio/audio_manager.cc

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: fix deps 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 | « media/audio/audio_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_manager.cc
===================================================================
--- media/audio/audio_manager.cc (revision 122828)
+++ media/audio/audio_manager.cc (working copy)
@@ -31,3 +31,8 @@
ret->Init();
return ret;
}
+
+// static
+AudioManager* AudioManager::Get() {
+ return g_audio_manager;
tommi (sloooow) - chröme 2012/02/21 21:04:08 See the comment above for g_audio_manager: " // Us
jam 2012/02/21 21:09:47 got it. I didn't know you were planning on removin
tommi (sloooow) - chröme 2012/02/21 21:15:23 Yes, ContentBrowserClient.
+}
« no previous file with comments | « media/audio/audio_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698