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

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

Issue 98653002: [SyncFS] Update tracker on upload (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/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 978ea956dcde30cd1b3af983cac25bc9038ee447..49813bc9b3fce403abc8a69b825fc07f7ef930c6 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
@@ -63,6 +63,8 @@ class LocalToRemoteSyncer : public SyncTask {
google_apis::GDataErrorCode error,
const GURL&,
scoped_ptr<google_apis::ResourceEntry>);
+ void DidUpdateMetadataForUpload(const SyncStatusCallback& callback,
+ SyncStatusCode status);
void UpdateRemoteMetadata(const SyncStatusCallback& callback);
void DidGetRemoteMetadata(const SyncStatusCallback& callback,
google_apis::GDataErrorCode error,

Powered by Google App Engine
This is Rietveld 408576698