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

Unified Diff: content/renderer/media/android/webmediaplayer_android.h

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
Index: content/renderer/media/android/webmediaplayer_android.h
diff --git a/content/renderer/media/android/webmediaplayer_android.h b/content/renderer/media/android/webmediaplayer_android.h
index dbad6737b9b6f228aa0f4ef478e1a627b9e34d8b..cafc90dd85c4d57b8e096bcb48cb79a33ccfd726 100644
--- a/content/renderer/media/android/webmediaplayer_android.h
+++ b/content/renderer/media/android/webmediaplayer_android.h
@@ -388,13 +388,6 @@ class WebMediaPlayerAndroid
// Player ID assigned by the |player_manager_|.
int player_id_;
- // User created media session id, if any.
- //
- // blink::WebMediaSession::DefaultID represents the non web
- // exposed default media session. User created session ids are
- // greater than blink::WebMediaSession::DefaultID.
- const int media_session_id_;
-
// Current player states.
blink::WebMediaPlayer::NetworkState network_state_;
blink::WebMediaPlayer::ReadyState ready_state_;

Powered by Google App Engine
This is Rietveld 408576698