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

Unified Diff: media/blink/webmediaplayer_params.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 | « media/blink/webmediaplayer_params.h ('k') | third_party/WebKit/Source/modules/mediasession/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_params.cc
diff --git a/media/blink/webmediaplayer_params.cc b/media/blink/webmediaplayer_params.cc
index 9ad3ba2322920b15bb2597e6b07616f007f5e7a3..bac6682f3176a03a79bde1ca94c8d2ad6d0c0ae8 100644
--- a/media/blink/webmediaplayer_params.cc
+++ b/media/blink/webmediaplayer_params.cc
@@ -21,8 +21,7 @@ WebMediaPlayerParams::WebMediaPlayerParams(
const Context3DCB& context_3d_cb,
const AdjustAllocatedMemoryCB& adjust_allocated_memory_cb,
blink::WebContentDecryptionModule* initial_cdm,
- SurfaceManager* surface_manager,
- blink::WebMediaSession* media_session)
+ SurfaceManager* surface_manager)
: defer_load_cb_(defer_load_cb),
audio_renderer_sink_(audio_renderer_sink),
media_log_(media_log),
@@ -32,8 +31,7 @@ WebMediaPlayerParams::WebMediaPlayerParams(
context_3d_cb_(context_3d_cb),
adjust_allocated_memory_cb_(adjust_allocated_memory_cb),
initial_cdm_(initial_cdm),
- surface_manager_(surface_manager),
- media_session_(media_session) {}
+ surface_manager_(surface_manager) {}
WebMediaPlayerParams::~WebMediaPlayerParams() {}
« no previous file with comments | « media/blink/webmediaplayer_params.h ('k') | third_party/WebKit/Source/modules/mediasession/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698