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

Unified Diff: webkit/port/platform/chromium/ChromiumBridge.h

Issue 12004: Remove dependencies on base/ from MIMETypeRegistry.cpp (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 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 | « webkit/port/platform/MIMETypeRegistry.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/platform/chromium/ChromiumBridge.h
===================================================================
--- webkit/port/platform/chromium/ChromiumBridge.h (revision 6033)
+++ webkit/port/platform/chromium/ChromiumBridge.h (working copy)
@@ -96,6 +96,9 @@
static bool layoutTestMode();
// MimeType -----------------------------------------------------------
+ static bool isSupportedImageMIMEType(const char* mime_type);
+ static bool isSupportedJavascriptMIMEType(const char* mime_type);
+ static bool isSupportedNonImageMIMEType(const char* mime_type);
static bool matchesMIMEType(const String& pattern, const String& type);
static String mimeTypeForExtension(const String& ext);
static String mimeTypeFromFile(const String& file_path);
« no previous file with comments | « webkit/port/platform/MIMETypeRegistry.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698