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

Unified Diff: base/platform_file.h

Issue 3567012: Support removeRecursively and new copy/move behaviors for FileSystem API (Closed)
Patch Set: '' Created 10 years, 2 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 | « base/file_util_proxy.cc ('k') | chrome/browser/file_system/file_system_dispatcher_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/platform_file.h
diff --git a/base/platform_file.h b/base/platform_file.h
index 50247173aaf6060c9f8c77a8dc4db91efa870316..b350f8c9b36f6b7782c892bebbf0f7d2f820039b 100644
--- a/base/platform_file.h
+++ b/base/platform_file.h
@@ -60,7 +60,9 @@ enum PlatformFileError {
PLATFORM_FILE_ERROR_NOT_A_DIRECTORY = -9,
PLATFORM_FILE_ERROR_INVALID_OPERATION = -10,
PLATFORM_FILE_ERROR_SECURITY = -11,
- PLATFORM_FILE_ERROR_ABORT = -12
+ PLATFORM_FILE_ERROR_ABORT = -12,
+ PLATFORM_FILE_ERROR_NOT_A_FILE = -13,
+ PLATFORM_FILE_ERROR_NOT_EMPTY = -14,
};
// Used to hold information about a given file.
« no previous file with comments | « base/file_util_proxy.cc ('k') | chrome/browser/file_system/file_system_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698