| Index: chrome/browser/media/media_internals.cc
|
| ===================================================================
|
| --- chrome/browser/media/media_internals.cc (revision 95544)
|
| +++ chrome/browser/media/media_internals.cc (working copy)
|
| @@ -10,7 +10,6 @@
|
| #include "chrome/browser/media/media_internals_observer.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/browser/webui/web_ui.h"
|
| -#include "media/base/media_log_event.h"
|
|
|
| // The names of the javascript functions to call with updates.
|
| static const char kDeleteItemFunction[] = "media.onItemDeleted";
|
| @@ -47,13 +46,6 @@
|
| "volume", Value::CreateDoubleValue(volume));
|
| }
|
|
|
| -void MediaInternals::OnMediaEvent(
|
| - int render_process_id, const media::MediaLogEvent& event) {
|
| - DCHECK(CalledOnValidThread());
|
| - // TODO(scottfr): Handle |event|. Record status information in data_ and pass
|
| - // |event| along to observers.
|
| -}
|
| -
|
| void MediaInternals::AddObserver(MediaInternalsObserver* observer) {
|
| DCHECK(CalledOnValidThread());
|
| observers_.AddObserver(observer);
|
|
|