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

Unified Diff: content/browser/renderer_host/render_message_filter.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
Index: content/browser/renderer_host/render_message_filter.h
===================================================================
--- content/browser/renderer_host/render_message_filter.h (revision 95544)
+++ content/browser/renderer_host/render_message_filter.h (working copy)
@@ -49,10 +49,6 @@
class Rect;
}
-namespace media {
-struct MediaLogEvent;
-}
-
namespace net {
class CookieList;
class URLRequestContextGetter;
@@ -216,7 +212,6 @@
int flags,
int message_id,
int routing_id);
- void OnMediaLogEvent(const media::MediaLogEvent&);
// Check the policy for getting cookies. Gets the cookies if allowed.
void CheckPolicyForCookies(const GURL& url,
« no previous file with comments | « content/browser/renderer_host/media/mock_media_observer.h ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698