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

Unified Diff: media/mojo/services/mojo_cdm_service.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
Index: media/mojo/services/mojo_cdm_service.h
diff --git a/media/mojo/services/mojo_cdm_service.h b/media/mojo/services/mojo_cdm_service.h
index 7bb786908e6dcf56d85a10ee686d487869252567..b8884b421ec1fac437ce5dd0a537f0f735f2f162 100644
--- a/media/mojo/services/mojo_cdm_service.h
+++ b/media/mojo/services/mojo_cdm_service.h
@@ -53,7 +53,8 @@ class MojoCdmService
const std::vector<uint8_t>& message,
const GURL& destination_url);
void OnSessionKeysChange(const std::string& session_id,
- bool has_additional_usable_key);
+ bool has_additional_usable_key,
+ const CdmKeyInformationVector& key_information);
void OnSessionExpirationUpdate(const std::string& session_id,
const base::Time& new_expiry_time);
void OnSessionClosed(const std::string& session_id);

Powered by Google App Engine
This is Rietveld 408576698