Index: chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc |
index cf7586a7e57a36e2406e294bd7edf82303ddc30b..a60f0c7e49c31f7b669c4857f82f6bae8392c656 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc |
@@ -548,14 +548,6 @@ void LocalToRemoteSyncer::DidUploadExistingFile( |
DCHECK(entry); |
status = metadata_database()->UpdateByFileResource(*entry); |
- |
- // TODO(tzik): Expand this function. |
- DidUpdateDatabaseForUploadExistingFile(token.Pass(), status); |
-} |
- |
-void LocalToRemoteSyncer::DidUpdateDatabaseForUploadExistingFile( |
- scoped_ptr<SyncTaskToken> token, |
- SyncStatusCode status) { |
if (status != SYNC_STATUS_OK) { |
SyncCompleted(token.Pass(), status); |
return; |