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

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

Issue 1194783002: Add fileManagerPrivate.onCopyError event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
Index: storage/browser/fileapi/file_system_operation_impl.h
diff --git a/storage/browser/fileapi/file_system_operation_impl.h b/storage/browser/fileapi/file_system_operation_impl.h
index dbf6e3a781c419e95780c205319d4d794acc17e4..e3ce3d1d7677d03cc813d9ba441afa91150f6491 100644
--- a/storage/browser/fileapi/file_system_operation_impl.h
+++ b/storage/browser/fileapi/file_system_operation_impl.h
@@ -41,6 +41,7 @@ class STORAGE_EXPORT FileSystemOperationImpl
void Copy(const FileSystemURL& src_url,
const FileSystemURL& dest_url,
CopyOrMoveOption option,
+ const ErrorBehavior error_behavior,
const CopyProgressCallback& progress_callback,
const StatusCallback& callback) override;
void Move(const FileSystemURL& src_url,

Powered by Google App Engine
This is Rietveld 408576698