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

Unified Diff: media/cdm/ppapi/external_clear_key/clear_key_cdm.h

Issue 2568463003: media: Rename MediaKeys to ContentDecryptionModule (Closed)
Patch Set: comments addressed Created 4 years 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/cdm/json_web_key_unittest.cc ('k') | media/cdm/ppapi/external_clear_key/clear_key_cdm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/ppapi/external_clear_key/clear_key_cdm.h
diff --git a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
index 42ffb8bd415a277805472e9575a47e46a679497f..a16559deb6905448d72600cc5b93b0b6cdad39e8 100644
--- a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
+++ b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
@@ -40,7 +40,7 @@ class ClearKeyCdm : public ClearKeyCdmInterface {
ClearKeyCdm(Host* host, const std::string& key_system, const GURL& origin);
~ClearKeyCdm() override;
- // ContentDecryptionModule implementation.
+ // ClearKeyCdmInterface implementation.
void Initialize(bool allow_distinctive_identifier,
bool allow_persistent_state) override;
void CreateSessionAndGenerateRequest(uint32_t promise_id,
@@ -94,7 +94,7 @@ class ClearKeyCdm : public ClearKeyCdmInterface {
// ContentDecryptionModule callbacks.
void OnSessionMessage(const std::string& session_id,
- MediaKeys::MessageType message_type,
+ ContentDecryptionModule::MessageType message_type,
const std::vector<uint8_t>& message);
void OnSessionKeysChange(const std::string& session_id,
bool has_additional_usable_key,
« no previous file with comments | « media/cdm/json_web_key_unittest.cc ('k') | media/cdm/ppapi/external_clear_key/clear_key_cdm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698