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

Unified Diff: content/renderer/media/crypto/ppapi_decryptor.h

Issue 833963003: Pass key_information on SessionKeysChange message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN changes Created 5 years, 12 months 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 | « no previous file | content/renderer/media/crypto/ppapi_decryptor.cc » ('j') | media/base/cdm_key_information.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/crypto/ppapi_decryptor.h
diff --git a/content/renderer/media/crypto/ppapi_decryptor.h b/content/renderer/media/crypto/ppapi_decryptor.h
index 2c53c55f472a0ee90c0f2dd38ce4acfe07a161eb..144777bab6a9ed3e03292d02fd4375a579cac689 100644
--- a/content/renderer/media/crypto/ppapi_decryptor.h
+++ b/content/renderer/media/crypto/ppapi_decryptor.h
@@ -107,8 +107,10 @@ class PpapiDecryptor : public media::MediaKeys,
void OnSessionMessage(const std::string& web_session_id,
const std::vector<uint8>& message,
const GURL& destination_url);
- void OnSessionKeysChange(const std::string& web_session_id,
- bool has_additional_usable_key);
+ void OnSessionKeysChange(
+ const std::string& web_session_id,
+ bool has_additional_usable_key,
+ const media::CdmKeyInformationVector& key_information);
void OnSessionExpirationUpdate(const std::string& web_session_id,
const base::Time& new_expiry_time);
void OnSessionClosed(const std::string& web_session_id);
« no previous file with comments | « no previous file | content/renderer/media/crypto/ppapi_decryptor.cc » ('j') | media/base/cdm_key_information.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698