enable_pepper_cdms is now a feature flag
So we should not define it anymore.
This commit is contained in:
parent
c1df762656
commit
406224edff
8 changed files with 17 additions and 17 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
// Renderer -> Browser messages.
|
||||
|
||||
#if defined(ENABLE_PEPPER_CDMS)
|
||||
#if BUILDFLAG(ENABLE_PEPPER_CDMS)
|
||||
// Returns whether any internal plugin supporting |mime_type| is registered and
|
||||
// enabled. Does not determine whether the plugin can actually be instantiated
|
||||
// (e.g. whether it has all its dependencies).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue