Chromium Code Reviews| 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 822a85d11d83eca6b00a78dc59fb8219b1ff841f..2e34b58671df92150be5466651477b55485d025e 100644 |
| --- a/storage/browser/fileapi/obfuscated_file_util.h |
| +++ b/storage/browser/fileapi/obfuscated_file_util.h |
| @@ -200,6 +200,10 @@ class STORAGE_EXPORT_PRIVATE ObfuscatedFileUtil |
| const GURL& origin, |
| const std::string& type_string); |
| + // Deletes the topmost origin directory for the plugin private |
| + // filesystem. This will delete its directory database. |
|
xhwang
2014/09/22 16:41:25
Add a note that this will delete dirs/files for al
nhiroki
2014/09/24 06:00:31
Done.
|
| + bool DeleteOriginDirectoryForPluginPrivateFileSystem(const GURL& origin); |
| + |
| // 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. |