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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 7480032: Plumb media data from renderers up to MediaInternals in the browser process. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebasing onto http://codereview.chromium.org/7491048 prior to (hopefully) relanding. 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
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 8cdd4960634013378550e509bd730796cc51ebe4..81829ccca49ff27876f9ce7e3344f1807b08ba5e 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -49,6 +49,10 @@ namespace gfx {
class Rect;
}
+namespace media {
+struct MediaLogEvent;
+}
+
namespace net {
class CookieList;
class URLRequestContextGetter;
@@ -212,6 +216,7 @@ class RenderMessageFilter : public BrowserMessageFilter {
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,

Powered by Google App Engine
This is Rietveld 408576698