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 d22d2e2cd183285a85fe60f6ed6f43840a565991..ff2a9a7c98d70319f7dc4406b8c1b5d3f3ae2e58 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. |