diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2019-11-09 21:42:45 +0530 |
---|---|---|
committer | adeshkp <adeshkp@users.noreply.github.com> | 2019-11-10 06:01:40 -0500 |
commit | 0fb5f7a158e0a5a610e1ba85cf408525964d746e (patch) | |
tree | 22df72bc308a67dffec02c0aa94ff2969e78e209 /dom/media/eme/EMEUtils.h | |
parent | 736d25cbec4541186ed46c935c117ce4d1c7f3bb (diff) | |
download | uxp-0fb5f7a158e0a5a610e1ba85cf408525964d746e.tar.gz |
Issue #1259 - Part 1. Remove Adobe Primetime support from tree
Diffstat (limited to 'dom/media/eme/EMEUtils.h')
-rw-r--r-- | dom/media/eme/EMEUtils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dom/media/eme/EMEUtils.h b/dom/media/eme/EMEUtils.h index 1794f8462b..4a2e5da186 100644 --- a/dom/media/eme/EMEUtils.h +++ b/dom/media/eme/EMEUtils.h @@ -87,14 +87,10 @@ bool IsClearkeyKeySystem(const nsAString& aKeySystem); bool -IsPrimetimeKeySystem(const nsAString& aKeySystem); - -bool IsWidevineKeySystem(const nsAString& aKeySystem); enum CDMType { eClearKey = 0, - ePrimetime = 1, eWidevine = 2, eUnknown = 3 }; |