| Index: content/browser/media/media_web_contents_observer.cc
|
| diff --git a/content/browser/media/media_web_contents_observer.cc b/content/browser/media/media_web_contents_observer.cc
|
| index 42dcf93134843b4f484f4f7ee74ca9106816fe57..dc57ecd1791786bc3e60b10f82dec44269e69a3b 100644
|
| --- a/content/browser/media/media_web_contents_observer.cc
|
| +++ b/content/browser/media/media_web_contents_observer.cc
|
| @@ -304,6 +304,9 @@ bool MediaWebContentsObserver::OnMediaPlayerMessageReceived(
|
| IPC_MESSAGE_FORWARD(MediaSessionHostMsg_Deactivate,
|
| GetMediaSessionManager(render_frame_host),
|
| BrowserMediaSessionManager::OnDeactivate)
|
| + IPC_MESSAGE_FORWARD(MediaSessionHostMsg_SetMetadata,
|
| + GetMediaSessionManager(render_frame_host),
|
| + BrowserMediaSessionManager::OnSetMetadata)
|
| IPC_MESSAGE_UNHANDLED(handled = false)
|
| IPC_END_MESSAGE_MAP()
|
| return handled;
|
|
|