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

Unified Diff: content/renderer/media/render_media_log.h

Issue 7566054: Revert 95542 - Plumb media data from renderers up to MediaInternals in the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/content_renderer.gypi ('k') | content/renderer/media/render_media_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/render_media_log.h
===================================================================
--- content/renderer/media/render_media_log.h (revision 95544)
+++ content/renderer/media/render_media_log.h (working copy)
@@ -1,32 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_RENDERER_MEDIA_RENDER_MEDIA_LOG_H_
-#define CONTENT_RENDERER_MEDIA_RENDER_MEDIA_LOG_H_
-#pragma once
-
-#include "media/base/media_log.h"
-
-namespace base {
-class MessageLoopProxy;
-}
-
-// RenderMediaLog is an implementation of MediaLog that passes all events to the
-// browser process.
-class RenderMediaLog : public media::MediaLog {
- public:
- RenderMediaLog();
-
- // MediaLog implementation.
- virtual void AddEvent(media::MediaLogEvent* event);
-
- private:
- virtual ~RenderMediaLog();
-
- scoped_refptr<base::MessageLoopProxy> render_loop_;
-
- DISALLOW_COPY_AND_ASSIGN(RenderMediaLog);
-};
-
-#endif // CONTENT_RENDERER_MEDIA_RENDER_MEDIA_LOG_H_
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/render_media_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698