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

Unified Diff: webkit/fileapi/file_system_file_util_proxy.h

Issue 9564047: Add FileUtileHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/DeletePath/Delete/g Created 8 years, 10 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
« no previous file with comments | « webkit/fileapi/file_system_file_util.cc ('k') | webkit/fileapi/file_system_file_util_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_file_util_proxy.h
diff --git a/webkit/fileapi/file_system_file_util_proxy.h b/webkit/fileapi/file_system_file_util_proxy.h
index 77cd9bc91928de639e6269d295864b7868a3bc17..fad1f3bf538f6599e211ea721ca0c0cf4b23bbe2 100644
--- a/webkit/fileapi/file_system_file_util_proxy.h
+++ b/webkit/fileapi/file_system_file_util_proxy.h
@@ -51,8 +51,8 @@ class FileSystemFileUtilProxy {
const std::vector<Entry>&,
bool has_more)> ReadDirectoryCallback;
- // Deletes a file or a directory by calling |file_util|'s
- // Delete method on the given |message_loop_proxy|.
+ // Deletes a file or a directory on the given |message_loop_proxy|.
+ // It is an error to delete a non-empty directory with recursive=false.
static bool Delete(
MessageLoopProxy* message_loop_proxy,
FileSystemOperationContext* context,
« no previous file with comments | « webkit/fileapi/file_system_file_util.cc ('k') | webkit/fileapi/file_system_file_util_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698