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

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

Issue 2442303002: Adding new media controls to MediaNotification (Closed)
Patch Set: 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 c6ab66ebd0bb5db648209aff97379fb5f52e2ae3..b85f41947e722e4509d93c3555bdf92d8abb26a6 100644
--- a/content/browser/android/web_contents_observer_proxy.h
+++ b/content/browser/android/web_contents_observer_proxy.h
@@ -78,6 +78,10 @@ class WebContentsObserverProxy : public WebContentsObserver {
bool is_suspended) override;
void MediaSessionMetadataChanged(
const base::Optional<MediaMetadata>& metadata) override;
+ void MediaSessionEnabledAction(
+ blink::mojom::MediaSessionAction action) override;
+ void MediaSessionDisabledAction(
+ blink::mojom::MediaSessionAction action) override;
void SetToBaseURLForDataURLIfNeeded(std::string* url);
void DidFailLoadInternal(bool is_provisional_load,

Powered by Google App Engine
This is Rietveld 408576698