Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(745)

Unified Diff: sky/engine/platform/MIMETypeRegistry.h

Issue 689373003: Remove most of the media stack. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/platform/BUILD.gn ('k') | sky/engine/platform/MIMETypeRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/MIMETypeRegistry.h
diff --git a/sky/engine/platform/MIMETypeRegistry.h b/sky/engine/platform/MIMETypeRegistry.h
index b484e6ccc1b8c21f969595d1d4eb563c88825ffa..d09166efe50e8ac7b97bd4cc7aca74c6ed2303c6 100644
--- a/sky/engine/platform/MIMETypeRegistry.h
+++ b/sky/engine/platform/MIMETypeRegistry.h
@@ -61,12 +61,6 @@ public:
// Check to see if a non-image mime type is suitable for being loaded as a
// document in a frame. Includes supported JavaScript MIME types.
static bool isSupportedNonImageMIMEType(const String& mimeType);
-
- // Check to see if the mime type and codecs are supported by the MediaSource implementation.
- static bool isSupportedMediaSourceMIMEType(const String& mimeType, const String& codecs);
-
- // Check to see if the key system, mime type and codecs are supported by the Encrypted Media Extensions implementation.
- static bool isSupportedEncryptedMediaMIMEType(const String& keySystem, const String& mimeType, const String& codecs);
};
} // namespace blink
« no previous file with comments | « sky/engine/platform/BUILD.gn ('k') | sky/engine/platform/MIMETypeRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698