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

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

Issue 13674022: Remove MEDIA_SOURCE feature define. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@blink-master
Patch Set: Rebase 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/WebCore/page/DOMWindow.idl ('k') | Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/MIMETypeRegistry.h
diff --git a/Source/WebCore/platform/MIMETypeRegistry.h b/Source/WebCore/platform/MIMETypeRegistry.h
index cf976d1074c9d2cbc0a78f393867562ee0cac01e..ee32c329d74562bd9d20b862ce08cc36fb159a31 100644
--- a/Source/WebCore/platform/MIMETypeRegistry.h
+++ b/Source/WebCore/platform/MIMETypeRegistry.h
@@ -67,10 +67,8 @@ public:
// Check to see if a mime type is suitable for being loaded using <video> and <audio>
static bool isSupportedMediaMIMEType(const String& mimeType);
-#if ENABLE(MEDIA_SOURCE)
// Check to see if the mime type and codecs are supported by the MediaSource implementation.
static bool isSupportedMediaSourceMIMEType(const String& mimeType, const String& codecs);
-#endif
// Check to see if the mime type is not suitable for being loaded as a text
// document in a frame. Only valid for mime types begining with "text/".
« no previous file with comments | « Source/WebCore/page/DOMWindow.idl ('k') | Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698