summaryrefslogtreecommitdiffstats
path: root/media/cdm/aes_decryptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/cdm/aes_decryptor.h')
-rw-r--r--media/cdm/aes_decryptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/cdm/aes_decryptor.h b/media/cdm/aes_decryptor.h
index 278be95..e254026 100644
--- a/media/cdm/aes_decryptor.h
+++ b/media/cdm/aes_decryptor.h
@@ -124,7 +124,7 @@ class MEDIA_EXPORT AesDecryptor : public MediaKeys,
// Gets a DecryptionKey associated with |key_id|. The AesDecryptor still owns
// the key. Returns NULL if no key is associated with |key_id|.
- DecryptionKey* GetKey(const std::string& key_id) const;
+ DecryptionKey* GetKey_Locked(const std::string& key_id) const;
// Determines if |key_id| is already specified for |session_id|.
bool HasKey(const std::string& session_id, const std::string& key_id);