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

Unified Diff: webkit/fileapi/syncable/syncable_file_system_operation.cc

Issue 12051010: (For-try) Divide recursive Copy/Move into multiple async tasks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test fix Created 7 years, 11 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: webkit/fileapi/syncable/syncable_file_system_operation.cc
diff --git a/webkit/fileapi/syncable/syncable_file_system_operation.cc b/webkit/fileapi/syncable/syncable_file_system_operation.cc
index 8954f26d37bd92dd43eff3a12043ec5addfd4027..981efdf60ec720e97e04e8899411fd1089e331c2 100644
--- a/webkit/fileapi/syncable/syncable_file_system_operation.cc
+++ b/webkit/fileapi/syncable/syncable_file_system_operation.cc
@@ -314,8 +314,7 @@ void SyncableFileSystemOperation::Cancel(
LocalFileSystemOperation*
SyncableFileSystemOperation::AsLocalFileSystemOperation() {
- NOTREACHED();
- return NULL;
+ return file_system_operation_;
}
void SyncableFileSystemOperation::CreateSnapshotFile(

Powered by Google App Engine
This is Rietveld 408576698