| 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,
|
|
|