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

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

Issue 2439483003: Link MediaSessionTabHelper with native MediaSession [CL is going to be split] (Closed)
Patch Set: Super rough, please give some initial feedbacks 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
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 0829acca7a48bdcd2861f41b6c83d46f8441bdc2..f74fcfe227fb3e26376075d58d5fe0491b8915e4 100644
--- a/content/browser/android/web_contents_observer_proxy.h
+++ b/content/browser/android/web_contents_observer_proxy.h
@@ -72,10 +72,6 @@ class WebContentsObserverProxy : public WebContentsObserver {
void DidStartNavigationToPendingEntry(
const GURL& url,
ReloadType reload_type) override;
- void MediaSessionStateChanged(bool is_controllable,
- bool is_suspended) override;
- void MediaSessionMetadataChanged(
- const base::Optional<MediaMetadata>& metadata) override;
void SetToBaseURLForDataURLIfNeeded(std::string* url);
void DidFailLoadInternal(bool is_provisional_load,

Powered by Google App Engine
This is Rietveld 408576698