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

Unified Diff: Source/core/platform/MIMETypeRegistry.h

Issue 14722011: MediaPlayer cleanup, part one of N (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months 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 | « Source/core/html/HTMLMediaElement.cpp ('k') | Source/core/platform/chromium/MIMETypeRegistryChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/MIMETypeRegistry.h
diff --git a/Source/core/platform/MIMETypeRegistry.h b/Source/core/platform/MIMETypeRegistry.h
index ee32c329d74562bd9d20b862ce08cc36fb159a31..77fefd7f7257982aa0c1aa8c2158d397abed1148 100644
--- a/Source/core/platform/MIMETypeRegistry.h
+++ b/Source/core/platform/MIMETypeRegistry.h
@@ -64,9 +64,6 @@ public:
// document in a frame. Includes supported JavaScript MIME types.
static bool isSupportedNonImageMIMEType(const String& mimeType);
- // Check to see if a mime type is suitable for being loaded using <video> and <audio>
- static bool isSupportedMediaMIMEType(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);
« no previous file with comments | « Source/core/html/HTMLMediaElement.cpp ('k') | Source/core/platform/chromium/MIMETypeRegistryChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698