summaryrefslogtreecommitdiff
path: root/chromium/media/base/key_systems.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-16 11:45:35 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-17 08:59:23 +0000
commit552906b0f222c5d5dd11b9fd73829d510980461a (patch)
tree3a11e6ed0538a81dd83b20cf3a4783e297f26d91 /chromium/media/base/key_systems.h
parent1b05827804eaf047779b597718c03e7d38344261 (diff)
downloadqtwebengine-chromium-552906b0f222c5d5dd11b9fd73829d510980461a.tar.gz
BASELINE: Update Chromium to 83.0.4103.122
Change-Id: Ie3a82f5bb0076eec2a7c6a6162326b4301ee291e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/media/base/key_systems.h')
-rw-r--r--chromium/media/base/key_systems.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/media/base/key_systems.h b/chromium/media/base/key_systems.h
index c912c1bbf72..d57aa8e6c96 100644
--- a/chromium/media/base/key_systems.h
+++ b/chromium/media/base/key_systems.h
@@ -28,6 +28,9 @@ class MEDIA_EXPORT KeySystems {
public:
static KeySystems* GetInstance();
+ // Refreshes the list of available key systems if it may be out of date.
+ virtual void UpdateIfNeeded() = 0;
+
// Returns whether |key_system| is a supported key system.
virtual bool IsSupportedKeySystem(const std::string& key_system) const = 0;