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

Unified Diff: storage/browser/fileapi/remove_operation_delegate.cc

Issue 1194783002: Add fileManagerPrivate.onCopyError event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove const and rename enum. Created 5 years, 6 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 | « storage/browser/fileapi/recursive_operation_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/remove_operation_delegate.cc
diff --git a/storage/browser/fileapi/remove_operation_delegate.cc b/storage/browser/fileapi/remove_operation_delegate.cc
index eb28587fe602645aa879ba44878c7a074fefe68f..c0de28abf8ef70de691aee692e1d1085b510ac87 100644
--- a/storage/browser/fileapi/remove_operation_delegate.cc
+++ b/storage/browser/fileapi/remove_operation_delegate.cc
@@ -28,7 +28,8 @@ void RemoveOperationDelegate::Run() {
}
void RemoveOperationDelegate::RunRecursively() {
- StartRecursiveOperation(url_, callback_);
+ StartRecursiveOperation(url_, FileSystemOperation::ERROR_BEHAVIOR_ABORT,
+ callback_);
}
void RemoveOperationDelegate::ProcessFile(const FileSystemURL& url,
« no previous file with comments | « storage/browser/fileapi/recursive_operation_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698