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

Unified Diff: Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp

Issue 13497009: Remove ENABLE(FILE_SYSTEM) compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added CodeGeneratorInspector.py change 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
Index: Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp
diff --git a/Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp b/Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp
index 37edbe670b20137825cec57619adbd57cd8ff423..e83a141a5a1a4bccafb86c487a1294b9d8cccc5e 100644
--- a/Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp
+++ b/Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp
@@ -49,13 +49,11 @@ String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
return WebKit::Platform::current()->mimeRegistry()->mimeTypeForExtension(ext);
}
-#if ENABLE(FILE_SYSTEM)
String MIMETypeRegistry::getWellKnownMIMETypeForExtension(const String &ext)
{
// This method must be thread safe and should not consult the OS/registry.
return WebKit::Platform::current()->mimeRegistry()->wellKnownMimeTypeForExtension(ext);
}
-#endif
// Returns the file extension if one is found. Does not include the dot in the
// filename. E.g., 'html'.
« no previous file with comments | « Source/WebCore/platform/chromium/DragDataChromium.cpp ('k') | Source/WebCore/platform/chromium/support/WebHTTPBody.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698