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

Unified Diff: public/platform/WebContentDecryptionModule.h

Issue 642583003: Implement unprefixed EME APIs that match the latest draft (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 2 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: public/platform/WebContentDecryptionModule.h
diff --git a/public/platform/WebContentDecryptionModule.h b/public/platform/WebContentDecryptionModule.h
index 784488545431042fa8bbfbbebc8c7f93f180cf3b..9a985b205d0c5223dd6dd30523df108321d7b155 100644
--- a/public/platform/WebContentDecryptionModule.h
+++ b/public/platform/WebContentDecryptionModule.h
@@ -31,6 +31,7 @@
#ifndef WebContentDecryptionModule_h
#define WebContentDecryptionModule_h
+#include "public/platform/WebContentDecryptionModuleResult.h"
#include "public/platform/WebContentDecryptionModuleSession.h"
namespace blink {
@@ -41,6 +42,8 @@ public:
// Must return non-null.
virtual WebContentDecryptionModuleSession* createSession() = 0;
+
+ virtual void setServerCertificate(const unsigned char* certificate, size_t certificateLength, WebContentDecryptionModuleResult) = 0;
};
} // namespace blink
« no previous file with comments | « Source/platform/exported/WebContentDecryptionModuleSession.cpp ('k') | public/platform/WebContentDecryptionModuleSession.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698