Index: media/blink/null_encrypted_media_player_support.h |
diff --git a/media/blink/null_encrypted_media_player_support.h b/media/blink/null_encrypted_media_player_support.h |
index 140bef164ee1744cac483355fff8d7e9bb7266cc..615b893cb98944a984ef2e8801266b126da8e9df 100644 |
--- a/media/blink/null_encrypted_media_player_support.h |
+++ b/media/blink/null_encrypted_media_player_support.h |
@@ -42,13 +42,13 @@ class MEDIA_EXPORT NullEncryptedMediaPlayerSupport |
// Unprefixed API methods. |
+ virtual void SetInitialContentDecryptionModule( |
+ blink::WebContentDecryptionModule* initial_cdm) OVERRIDE; |
virtual void SetContentDecryptionModule( |
blink::WebContentDecryptionModule* cdm) OVERRIDE; |
virtual void SetContentDecryptionModule( |
blink::WebContentDecryptionModule* cdm, |
blink::WebContentDecryptionModuleResult result) OVERRIDE; |
- virtual void SetContentDecryptionModuleSync( |
- blink::WebContentDecryptionModule* cdm) OVERRIDE; |
// Callback factory and notification methods used by WebMediaPlayerImpl. |