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

Unified Diff: chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h

Issue 336713003: [SyncFS] Replace callback with token in LocalToRemoteSyncer::DidDeleteForCreateFolder (1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h
diff --git a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h
index 4a0a9f0996b4d16bcb8bec8eec1fee438fc85a00..c283adc220f5cd4ce2e706b02039c1b22f862b57 100644
--- a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h
+++ b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h
@@ -86,7 +86,7 @@ class LocalToRemoteSyncer : public SyncTask {
void DidDeleteForUploadNewFile(const SyncStatusCallback& callback,
SyncStatusCode status);
- void DidDeleteForCreateFolder(const SyncStatusCallback& callback,
+ void DidDeleteForCreateFolder(scoped_ptr<SyncTaskToken> token,
SyncStatusCode status);
void UploadNewFile(const SyncStatusCallback& callback);
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698