Index: storage/browser/fileapi/obfuscated_file_util.h |
diff --git a/storage/browser/fileapi/obfuscated_file_util.h b/storage/browser/fileapi/obfuscated_file_util.h |
index b8fab48c29568f903bfe455a86bbb639f5fc8525..b8b1a4af869c53ec9a02801222af20255b8795b2 100644 |
--- a/storage/browser/fileapi/obfuscated_file_util.h |
+++ b/storage/browser/fileapi/obfuscated_file_util.h |
@@ -190,6 +190,10 @@ class STORAGE_EXPORT_PRIVATE ObfuscatedFileUtil |
const GURL& origin, |
const std::string& type_string); |
+ // Frees resources used by an origin's filesystem. |
+ void CloseFileSystemForOriginAndType(const GURL& origin, |
+ const std::string& type_string); |
+ |
// This method and all methods of its returned class must be called only on |
// the FILE thread. The caller is responsible for deleting the returned |
// object. |