| Index: content/renderer/media/webcontentdecryptionmodule_impl.h
|
| diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h
|
| index 6ec3a95e30a8d21e029f45e8b990b6804610adb1..0698a292d2bfef85216ac5e5ad2728837481f7af 100644
|
| --- a/content/renderer/media/webcontentdecryptionmodule_impl.h
|
| +++ b/content/renderer/media/webcontentdecryptionmodule_impl.h
|
| @@ -36,6 +36,10 @@ class WebContentDecryptionModuleImpl
|
| // after WebContentDecryptionModule is freed. http://crbug.com/330324
|
| media::Decryptor* GetDecryptor();
|
|
|
| + // Returns the CDM ID associated with this object. May be kInvalidCdmId if no
|
| + // CDM ID is associated.
|
| + int GetCdmId();
|
| +
|
| // blink::WebContentDecryptionModule implementation.
|
| virtual blink::WebContentDecryptionModuleSession* createSession(
|
| blink::WebContentDecryptionModuleSession::Client* client);
|
|
|