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

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

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
« no previous file with comments | « content/browser/media/android/media_session.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index a247d037d06911887c5b7c116592fc189b27f030..c36e7f2ae12b8517ff8f00245d1d7ee10115a193 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -85,6 +85,7 @@ struct ResourceRequestDetails;
#if defined(OS_ANDROID) && !defined(USE_AURA)
class WebContentsAndroid;
+class MediaSession;
#endif
// Factory function for the implementations that content knows about. Takes
@@ -380,7 +381,7 @@ class CONTENT_EXPORT WebContentsImpl
void ExitFullscreen() override;
void ResumeLoadingCreatedWebContents() override;
#if defined(OS_ANDROID)
- void OnMediaSessionStateChanged();
+ void OnMediaSessionStateChanged(MediaSession* session);
void ResumeMediaSession() override;
void SuspendMediaSession() override;
void StopMediaSession() override;
« no previous file with comments | « content/browser/media/android/media_session.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698