Index: content/browser/android/web_contents_observer_proxy.h |
diff --git a/content/browser/android/web_contents_observer_proxy.h b/content/browser/android/web_contents_observer_proxy.h |
index 1005a68497edf81c556c7437ec39bf239657caf4..4d2bed6e5814687dd251115bc7eec00a87deada5 100644 |
--- a/content/browser/android/web_contents_observer_proxy.h |
+++ b/content/browser/android/web_contents_observer_proxy.h |
@@ -73,7 +73,8 @@ class WebContentsObserverProxy : public WebContentsObserver { |
const GURL& url, |
NavigationController::ReloadType reload_type) override; |
void MediaSessionStateChanged(bool is_controllable, |
- bool is_suspended) override; |
+ bool is_suspended, |
+ const MediaMetadata& metadata) override; |
void SetToBaseURLForDataURLIfNeeded(std::string* url); |
void DidFailLoadInternal(bool is_provisional_load, |