Index: webkit/fileapi/file_system_util.h |
diff --git a/webkit/fileapi/file_system_util.h b/webkit/fileapi/file_system_util.h |
index 25fa947df7eb81ea14fcf3d27f085d7edd6d4e3e..219860b78e0d2f604f13fc9624a32545b4ff141b 100644 |
--- a/webkit/fileapi/file_system_util.h |
+++ b/webkit/fileapi/file_system_util.h |
@@ -56,6 +56,10 @@ quota::StorageType FileSystemTypeToQuotaStorageType(FileSystemType type); |
std::string GetOriginIdentifierFromURL(const GURL& url); |
GURL GetOriginURLFromIdentifier(const std::string& origin_identifier); |
+// Returns the string representation of the given filesystem |type|. |
+// Returns an empty string if the |type| is invalid. |
+std::string GetFileSystemTypeString(FileSystemType type); |
+ |
} // namespace fileapi |
#endif // WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_ |