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

Unified Diff: chrome/browser/media/android/remote/remote_media_player_bridge.cc

Issue 2338223003: Unassociating MediaSession from media players (in blink & content) (Closed)
Patch Set: fixed tests Created 4 years, 3 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_player_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/android/remote/remote_media_player_bridge.cc
diff --git a/chrome/browser/media/android/remote/remote_media_player_bridge.cc b/chrome/browser/media/android/remote/remote_media_player_bridge.cc
index 8e6fb7061be1537023e7b30d046c45b24bd2e8a7..62f6d07bcd326500ec5359017de0be9bebe1028f 100644
--- a/chrome/browser/media/android/remote/remote_media_player_bridge.cc
+++ b/chrome/browser/media/android/remote/remote_media_player_bridge.cc
@@ -48,11 +48,7 @@ RemoteMediaPlayerBridge::RemoteMediaPlayerBridge(
player_id,
manager,
base::Bind(&DoNothing),
- manager->GetLocalPlayer(player_id)->frame_url(),
- // TODO(davve): Media session interaction with remote
- // playback not defined. Use invalid session id for now.
- // https://github.com/whatwg/mediasession/issues/123
- media::kInvalidMediaSessionId),
+ manager->GetLocalPlayer(player_id)->frame_url()),
width_(0),
height_(0),
url_(manager->GetLocalPlayer(player_id)->GetUrl()),
« no previous file with comments | « no previous file | content/browser/media/android/browser_media_player_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698