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

Unified Diff: public/platform/WebContentDecryptionModuleSession.h

Issue 641433002: Implement MediaKeySession.load() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changes 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/WebContentDecryptionModuleSession.h
diff --git a/public/platform/WebContentDecryptionModuleSession.h b/public/platform/WebContentDecryptionModuleSession.h
index ab08884ff61732ada3719cee68ebb52a8e538f83..c274a0dc7e2942cc1a7daee4bdb2fa42b28d8d12 100644
--- a/public/platform/WebContentDecryptionModuleSession.h
+++ b/public/platform/WebContentDecryptionModuleSession.h
@@ -71,6 +71,7 @@ public:
virtual void release() = 0;
virtual void initializeNewSession(const WebString& initDataType, const unsigned char* initData, size_t initDataLength, const WebString& sessionType, WebContentDecryptionModuleResult);
+ virtual void load(const WebString& sessionId, WebContentDecryptionModuleResult);
virtual void update(const unsigned char* response, size_t responseLength, WebContentDecryptionModuleResult);
virtual void release(WebContentDecryptionModuleResult);
};

Powered by Google App Engine
This is Rietveld 408576698