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

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 1308983005: NOT FOR LANDING Implement WebMediaSession (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add forward declaration Created 4 years, 11 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/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 eee0310328aeb465cbe8a1ada81a11d5dc10ec82..0ce450acc3db6927a9d291ec76cb6a22dda5383a 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -3515,8 +3515,7 @@ void WebContentsImpl::OnUpdateFaviconURL(
#if defined(OS_ANDROID)
-void WebContentsImpl::OnMediaSessionStateChanged() {
- MediaSession* session = MediaSession::Get(this);
+void WebContentsImpl::OnMediaSessionStateChanged(MediaSession* session) {
FOR_EACH_OBSERVER(WebContentsObserver, observers_,
MediaSessionStateChanged(session->IsControllable(),
session->IsSuspended()));
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/common/media/media_player_messages_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698