Merge "Report key status change"

This commit is contained in:
Kongqun Yang
2015-04-02 17:18:19 +00:00
committed by Android (Google) Code Review
10 changed files with 315 additions and 26 deletions

View File

@@ -128,7 +128,6 @@ class CdmSession {
// instance variables
bool initialized_;
CdmSessionId session_id_;
WvCdmEventListener* event_listener_;
scoped_ptr<CdmLicense> license_parser_;
scoped_ptr<CryptoSession> crypto_session_;
scoped_ptr<PolicyEngine> policy_engine_;