summaryrefslogtreecommitdiffstats
path: root/chrome/browser/media/media_internals.cc
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-25 01:00:54 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-25 01:00:54 +0000
commite5e2de42502bdb68b9a4eb61c3d3d28bbcb1b5cb (patch)
treeb66c403cd80c5754f07be256791511d24231b76c /chrome/browser/media/media_internals.cc
parent78caa9e65724fa68ad6d54e8f9ecef7078bc2c0f (diff)
downloadchromium_src-e5e2de42502bdb68b9a4eb61c3d3d28bbcb1b5cb.zip
chromium_src-e5e2de42502bdb68b9a4eb61c3d3d28bbcb1b5cb.tar.gz
chromium_src-e5e2de42502bdb68b9a4eb61c3d3d28bbcb1b5cb.tar.bz2
Revert 128789 - Media failures on Win/Mac/Linux starting with this CL.
Move the MediaObserver getter from ResourceContext to ContentBrowserClient, since we only need to support one. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9845033 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/9808107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/media/media_internals.cc')
-rw-r--r--chrome/browser/media/media_internals.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/media/media_internals.cc b/chrome/browser/media/media_internals.cc
index b2a494d..b85369b 100644
--- a/chrome/browser/media/media_internals.cc
+++ b/chrome/browser/media/media_internals.cc
@@ -13,10 +13,6 @@
#include "media/base/media_log.h"
#include "media/base/media_log_event.h"
-MediaInternals* MediaInternals::GetInstance() {
- return Singleton<MediaInternals>::get();
-}
-
MediaInternals::~MediaInternals() {}
void MediaInternals::OnDeleteAudioStream(void* host, int stream_id) {