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

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

Issue 17563002: Add the SetMediaKeys handler to pass a drm bridge to a MediaSourcePlayer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/media_player_manager_impl.h
diff --git a/content/browser/android/media_player_manager_impl.h b/content/browser/android/media_player_manager_impl.h
index 8fa30397c63e93ce9442caccb04f304b4e8acbda..00d3ce4c41d632086bd8a21cba7c4d39a9a465ea 100644
--- a/content/browser/android/media_player_manager_impl.h
+++ b/content/browser/android/media_player_manager_impl.h
@@ -133,6 +133,7 @@ class CONTENT_EXPORT MediaPlayerManagerImpl
const std::string& session_id);
void OnCancelKeyRequest(int media_keys_id, const std::string& session_id);
void OnDurationChanged(int player_id, const base::TimeDelta& duration);
+ void OnSetMediaKeys(int player_id, int media_keys_id);
#if defined(GOOGLE_TV)
virtual void OnNotifyExternalSurface(
« no previous file with comments | « no previous file | content/browser/android/media_player_manager_impl.cc » ('j') | media/base/android/media_source_player.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698