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

Unified Diff: content/browser/media/android/browser_media_session_manager.h

Issue 1515623002: Media Session: passing metadata from renderer/ to browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_session_ipc
Patch Set: semicolon 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 | « no previous file | content/browser/media/android/browser_media_session_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/android/browser_media_session_manager.h
diff --git a/content/browser/media/android/browser_media_session_manager.h b/content/browser/media/android/browser_media_session_manager.h
index 3b07b295816780eb8859f5b71d5958501d4ad547..b936ba03e557ef456edf487725de46a4982603cb 100644
--- a/content/browser/media/android/browser_media_session_manager.h
+++ b/content/browser/media/android/browser_media_session_manager.h
@@ -14,6 +14,7 @@ class Message;
namespace content {
class RenderFrameHost;
+struct MediaMetadata;
class BrowserMediaSessionManager {
public:
@@ -22,6 +23,7 @@ class BrowserMediaSessionManager {
// Message handlers.
void OnActivate(int session_id, int request_id);
void OnDeactivate(int session_id, int request_id);
+ void OnSetMetadata(int session_id, const MediaMetadata& metadata);
int GetRoutingID() const;
« no previous file with comments | « no previous file | content/browser/media/android/browser_media_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698