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

Unified Diff: storage/browser/fileapi/obfuscated_file_util.h

Issue 579083004: FileSystem: Modify ObfucatedFileUtil to delete contents of the plugin private filesystem (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix for win build Created 6 years, 3 months 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
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.

Powered by Google App Engine
This is Rietveld 408576698