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

Unified Diff: media/cdm/proxy_decryptor.h

Issue 833963003: Pass key_information on SessionKeysChange message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ScopedVector Created 5 years, 11 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
Index: media/cdm/proxy_decryptor.h
diff --git a/media/cdm/proxy_decryptor.h b/media/cdm/proxy_decryptor.h
index 809589dbdcc3c788ddd018b8a8228972b07b4226..5580a8d3977f079b281c33b37c567b426487f92b 100644
--- a/media/cdm/proxy_decryptor.h
+++ b/media/cdm/proxy_decryptor.h
@@ -75,7 +75,8 @@ class MEDIA_EXPORT ProxyDecryptor {
const std::vector<uint8>& message,
const GURL& default_url);
void OnSessionKeysChange(const std::string& web_session_id,
- bool has_additional_usable_key);
+ bool has_additional_usable_key,
+ const CdmKeysInfo& keys_info);
void OnSessionExpirationUpdate(const std::string& web_session_id,
const base::Time& new_expiry_time);
void GenerateKeyAdded(const std::string& web_session_id);

Powered by Google App Engine
This is Rietveld 408576698