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

Unified Diff: content/browser/fileapi/file_system_operation_impl_unittest.cc

Issue 1194783002: Add fileManagerPrivate.onCopyError event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix broken test cases. 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: content/browser/fileapi/file_system_operation_impl_unittest.cc
diff --git a/content/browser/fileapi/file_system_operation_impl_unittest.cc b/content/browser/fileapi/file_system_operation_impl_unittest.cc
index e4a1e6ccf553137b5c0d598a9cad5eebd8b69c43..a5dbe2c0dbd211d541d1d340fbb4d93a8a9adfe9 100644
--- a/content/browser/fileapi/file_system_operation_impl_unittest.cc
+++ b/content/browser/fileapi/file_system_operation_impl_unittest.cc
@@ -316,9 +316,8 @@ class FileSystemOperationImplTest
base::RunLoop run_loop;
update_observer_.Enable();
operation_runner()->Copy(
- src,
- dest,
- option,
+ src, dest, option,
+ storage::FileSystemOperation::ERROR_BEHAVIOR_TERMINATE,
FileSystemOperationRunner::CopyProgressCallback(),
RecordStatusCallback(run_loop.QuitClosure(), &status));
run_loop.Run();

Powered by Google App Engine
This is Rietveld 408576698