| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 4c9db9e5f9cb99eefdd32a65b9caa297a26e96b9..4f7e0c3bd6826c25944046b454fcefb5afde37a9 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3586,7 +3586,8 @@ void WebContentsImpl::OnMediaSessionStateChanged() {
|
| MediaSession* session = MediaSession::Get(this);
|
| FOR_EACH_OBSERVER(WebContentsObserver, observers_,
|
| MediaSessionStateChanged(session->IsControllable(),
|
| - session->IsSuspended()));
|
| + session->IsSuspended(),
|
| + session->metadata()));
|
| }
|
|
|
| void WebContentsImpl::ResumeMediaSession() {
|
|
|