Index: content/renderer/media/cdm_session_adapter.h |
diff --git a/content/renderer/media/cdm_session_adapter.h b/content/renderer/media/cdm_session_adapter.h |
index da858ef501425e26e2097487bf10dc32196e9ec9..35e060beba1cb03e81fbe327ee0fe9d4b96ae0f7 100644 |
--- a/content/renderer/media/cdm_session_adapter.h |
+++ b/content/renderer/media/cdm_session_adapter.h |
@@ -50,8 +50,7 @@ class CdmSessionAdapter : public base::RefCounted<CdmSessionAdapter> { |
// Creates a new session and adds it to the internal map. The caller owns the |
// created session. RemoveSession() must be called when destroying it, if |
// RegisterSession() was called. |
- WebContentDecryptionModuleSessionImpl* CreateSession( |
- blink::WebContentDecryptionModuleSession::Client* client); |
+ WebContentDecryptionModuleSessionImpl* CreateSession(); |
// Adds a session to the internal map. Called once the session is successfully |
// initialized. Returns true if the session was registered, false if there is |