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

Unified Diff: media/cdm/ppapi/external_clear_key/clear_key_cdm.h

Issue 2582463003: media: Verify CDM Host files (Closed)
Patch Set: Polished! Created 3 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/ppapi/external_clear_key/clear_key_cdm.h
diff --git a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
index a16559deb6905448d72600cc5b93b0b6cdad39e8..25c5090d7a35474cea6be8d5ee5d679504a628ba 100644
--- a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
+++ b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
@@ -153,6 +153,8 @@ class ClearKeyCdm : public ClearKeyCdmInterface {
// Keep track of the last session created.
void SetSessionId(const std::string& session_id);
+ void VerifyHostFilesTest();
+
scoped_refptr<AesDecryptor> decryptor_;
ClearKeyCdmHost* host_;

Powered by Google App Engine
This is Rietveld 408576698