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

Unified Diff: content/browser/android/web_contents_observer_proxy.h

Issue 2411723002: Split MediaSessionStateChanged() and MediaSessionMetadataChanged() (Closed)
Patch Set: rebased Created 4 years, 2 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
« no previous file with comments | « chromecast/browser/cast_media_blocker.cc ('k') | content/browser/android/web_contents_observer_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f6d546c6c1298eb30a7efe66efe2ae565cbfb19c..0829acca7a48bdcd2861f41b6c83d46f8441bdc2 100644
--- a/content/browser/android/web_contents_observer_proxy.h
+++ b/content/browser/android/web_contents_observer_proxy.h
@@ -72,9 +72,9 @@ class WebContentsObserverProxy : public WebContentsObserver {
void DidStartNavigationToPendingEntry(
const GURL& url,
ReloadType reload_type) override;
- void MediaSessionStateChanged(
- bool is_controllable,
- bool is_suspended,
+ void MediaSessionStateChanged(bool is_controllable,
+ bool is_suspended) override;
+ void MediaSessionMetadataChanged(
const base::Optional<MediaMetadata>& metadata) override;
void SetToBaseURLForDataURLIfNeeded(std::string* url);
« no previous file with comments | « chromecast/browser/cast_media_blocker.cc ('k') | content/browser/android/web_contents_observer_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698