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 763d6a2e585a49bac73fa66c18ad76d0b559ed61..0cb37831f926c368fdb9e8318561e4f29bba080c 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; |