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

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

Issue 14623008: [SyncFileSystem] Remove existing entry on LocalFileSyncContext::ApplyRemoteChange call. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment Created 7 years, 8 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 | « no previous file | webkit/fileapi/syncable/local_file_sync_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/syncable/local_file_sync_context.h
diff --git a/webkit/fileapi/syncable/local_file_sync_context.h b/webkit/fileapi/syncable/local_file_sync_context.h
index cb765d3926d36e9a8fe5a892084c7e72d67f063f..57c5b9ba37a0c81ef50c36c94f6a6cd6e2abb046 100644
--- a/webkit/fileapi/syncable/local_file_sync_context.h
+++ b/webkit/fileapi/syncable/local_file_sync_context.h
@@ -233,6 +233,14 @@ class WEBKIT_STORAGE_EXPORT LocalFileSyncContext
// Helper routine for ClearSyncFlagForURL.
void EnableWritingOnIOThread(const fileapi::FileSystemURL& url);
+ void DidRemoveExistingEntryForApplyRemoteChange(
+ fileapi::FileSystemContext* file_system_context,
+ const FileChange& change,
+ const base::FilePath& local_path,
+ const fileapi::FileSystemURL& url,
+ const SyncStatusCallback& callback,
+ base::PlatformFileError error);
+
// Callback routine for ApplyRemoteChange.
void DidApplyRemoteChange(
const fileapi::FileSystemURL& url,
« no previous file with comments | « no previous file | webkit/fileapi/syncable/local_file_sync_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698