summaryrefslogtreecommitdiffstats
path: root/media/base/media_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/media_util.h')
-rw-r--r--media/base/media_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/media/base/media_util.h b/media/base/media_util.h
index c7ddc8b..4e53c9a 100644
--- a/media/base/media_util.h
+++ b/media/base/media_util.h
@@ -8,7 +8,6 @@
#include <stdint.h>
#include <vector>
-#include "media/base/encryption_scheme.h"
#include "media/base/media_export.h"
namespace media {
@@ -17,11 +16,6 @@ namespace media {
// constructed with empty extra data.
MEDIA_EXPORT std::vector<uint8_t> EmptyExtraData();
-// The following helper functions return new instances of EncryptionScheme that
-// indicate widely used settings.
-MEDIA_EXPORT EncryptionScheme Unencrypted();
-MEDIA_EXPORT EncryptionScheme AesCtrEncryptionScheme();
-
} // namespace media
#endif // MEDIA_BASE_UTIL_H_