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

Unified Diff: chrome/browser/sync_file_system/local/local_file_sync_service.h

Issue 407073003: [SyncFS] Add completion callback to PromoteDemotedChanges (1/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: chrome/browser/sync_file_system/local/local_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/local/local_file_sync_service.h b/chrome/browser/sync_file_system/local/local_file_sync_service.h
index a98e3a3be01ae62aacc42a1dbcb2161b788fea29..54291b761c2561944867b4352f7ce9ecffa14600 100644
--- a/chrome/browser/sync_file_system/local/local_file_sync_service.h
+++ b/chrome/browser/sync_file_system/local/local_file_sync_service.h
@@ -123,7 +123,7 @@ class LocalFileSyncService
const fileapi::FileSystemURL& url,
const HasPendingLocalChangeCallback& callback);
- void PromoteDemotedChanges();
+ void PromoteDemotedChanges(const base::Closure& callback);
// Returns the metadata of a remote file pointed by |url|.
virtual void GetLocalFileMetadata(

Powered by Google App Engine
This is Rietveld 408576698