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

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

Issue 12051055: 2nd try: FileAPI: Split recursive remove into multiple tasks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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.h
diff --git a/webkit/fileapi/syncable/syncable_file_system_operation.h b/webkit/fileapi/syncable/syncable_file_system_operation.h
index 20a297f40811484a22265b385206845808c5f4e0..2a87192f539d831b53fe3d2bb0f2db8b92b32aa6 100644
--- a/webkit/fileapi/syncable/syncable_file_system_operation.h
+++ b/webkit/fileapi/syncable/syncable_file_system_operation.h
@@ -89,10 +89,14 @@ class WEBKIT_STORAGE_EXPORT SyncableFileSystemOperation
bool complete);
void OnCancelled();
-
void AbortOperation(const StatusCallback& callback,
base::PlatformFileError error);
+ // Just destruct this; used when we 9simply delegate the operation
+ // to the owning file_system_operation_.
+ // (See the comment at AsLocalFileSystemOperation())
+ void Destruct();
+
base::WeakPtr<SyncableFileOperationRunner> operation_runner_;
LocalFileSystemOperation* file_system_operation_;
std::vector<FileSystemURL> target_paths_;
« no previous file with comments | « webkit/fileapi/remove_operation_delegate.cc ('k') | webkit/fileapi/syncable/syncable_file_system_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698