| Index: media/blink/webcontentdecryptionmodule_impl.h
|
| diff --git a/media/blink/webcontentdecryptionmodule_impl.h b/media/blink/webcontentdecryptionmodule_impl.h
|
| index fefc1db6171d42ba49997f0255dd92228ef7c175..aa7fa16d8ba9a5fff4b9eb7f882b44358da64c65 100644
|
| --- a/media/blink/webcontentdecryptionmodule_impl.h
|
| +++ b/media/blink/webcontentdecryptionmodule_impl.h
|
| @@ -21,7 +21,6 @@
|
|
|
| namespace media {
|
|
|
| -struct CdmConfig;
|
| class CdmContext;
|
| class CdmFactory;
|
| class CdmSessionAdapter;
|
| @@ -32,8 +31,9 @@
|
| public:
|
| static void Create(CdmFactory* cdm_factory,
|
| const base::string16& key_system,
|
| + bool allow_distinctive_identifier,
|
| + bool allow_persistent_state,
|
| const blink::WebSecurityOrigin& security_origin,
|
| - const CdmConfig& cdm_config,
|
| blink::WebContentDecryptionModuleResult result);
|
|
|
| virtual ~WebContentDecryptionModuleImpl();
|
|
|