Index: media/blink/encrypted_media_player_support.h |
diff --git a/media/blink/encrypted_media_player_support.h b/media/blink/encrypted_media_player_support.h |
index b3876866c7d1508c0e5037532625d19e1fc5503f..737720d2f2c127fedeafe1bc39aae0b0498f13d3 100644 |
--- a/media/blink/encrypted_media_player_support.h |
+++ b/media/blink/encrypted_media_player_support.h |
@@ -46,13 +46,13 @@ class MEDIA_EXPORT EncryptedMediaPlayerSupport { |
// Unprefixed API methods. |
+ virtual void SetInitialContentDecryptionModule( |
+ blink::WebContentDecryptionModule* initial_cdm) = 0; |
virtual void SetContentDecryptionModule( |
blink::WebContentDecryptionModule* cdm) = 0; |
virtual void SetContentDecryptionModule( |
blink::WebContentDecryptionModule* cdm, |
blink::WebContentDecryptionModuleResult result) = 0; |
- virtual void SetContentDecryptionModuleSync( |
- blink::WebContentDecryptionModule* cdm) = 0; |
// Callback factory and notification methods used by WebMediaPlayerImpl. |