Source release 15.1.0

This commit is contained in:
John W. Bruce
2019-03-29 18:16:05 -07:00
parent 66628486b5
commit 2b26dee09c
44 changed files with 1371 additions and 356 deletions

View File

@@ -21,7 +21,7 @@ class EntitlementKeySession : public ContentKeySession {
metrics::CryptoMetrics* metrics);
~EntitlementKeySession() override {}
KeySessionType Type() { return kEntitlement; }
KeySessionType Type() override { return kEntitlement; }
// Load Keys for ContentKeySession
OEMCryptoResult LoadKeys(const std::string& message,