Chromium Code Reviews

Unified Diff: Source/WebCore/platform/chromium/PlatformBridge.h

Issue 7356002: Merge 90308 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/WebCore/platform/chromium/PlatformBridge.h
===================================================================
--- Source/WebCore/platform/chromium/PlatformBridge.h (revision 90866)
+++ Source/WebCore/platform/chromium/PlatformBridge.h (working copy)
@@ -204,6 +204,7 @@
static bool isSupportedJavaScriptMIMEType(const String& mimeType);
static bool isSupportedNonImageMIMEType(const String& mimeType);
static String mimeTypeForExtension(const String& fileExtension);
+ static String wellKnownMimeTypeForExtension(const String& fileExtension);
static String mimeTypeFromFile(const String& filePath);
static String preferredExtensionForMIMEType(const String& mimeType);
« no previous file with comments | « Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp ('k') | Source/WebKit/chromium/public/WebMimeRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine