Index: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc |
index 74b345ea007c85af026ce3569bb4e3c40d136ca6..003622cea4621b11b04340040a0f284008c57774 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc |
@@ -328,13 +328,6 @@ void RemoteToLocalSyncer::DidGetRemoteMetadata( |
} |
status = metadata_database()->UpdateByFileResource(*entry); |
- // TODO(tzik): Expand this function. |
- DidUpdateDatabaseForRemoteMetadata(token.Pass(), status); |
-} |
- |
-void RemoteToLocalSyncer::DidUpdateDatabaseForRemoteMetadata( |
- scoped_ptr<SyncTaskToken> token, |
- SyncStatusCode status) { |
if (status != SYNC_STATUS_OK) { |
SyncCompleted(token.Pass(), status); |
return; |
@@ -629,7 +622,6 @@ void RemoteToLocalSyncer::SyncCompleted(scoped_ptr<SyncTaskToken> token, |
status = metadata_database()->UpdateTracker( |
dirty_tracker_->tracker_id(), updated_details); |
- // TODO(tzik): Expand this function. |
FinalizeSync(token.Pass(), status); |
} |