| Index: content/renderer/media/webcontentdecryptionmodule_impl.h
|
| diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h
|
| index 2619e5610b3eeea3a0ca232bd018536aac3a85e5..fd724a69f814917c42b6b0f75ec792b28b5fe660 100644
|
| --- a/content/renderer/media/webcontentdecryptionmodule_impl.h
|
| +++ b/content/renderer/media/webcontentdecryptionmodule_impl.h
|
| @@ -64,6 +64,11 @@ class WebContentDecryptionModuleImpl
|
| virtual blink::WebContentDecryptionModuleSession* createSession(
|
| blink::WebContentDecryptionModuleSession::Client* client);
|
|
|
| + virtual void setServerCertificate(
|
| + const uint8* server_certificate,
|
| + size_t server_certificate_length,
|
| + blink::WebContentDecryptionModuleResult result);
|
| +
|
| private:
|
| // Takes reference to |adapter|.
|
| WebContentDecryptionModuleImpl(scoped_refptr<CdmSessionAdapter> adapter);
|
|
|