| Index: chrome/browser/sync_file_system/drive_backend/list_changes_task.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/list_changes_task.cc b/chrome/browser/sync_file_system/drive_backend/list_changes_task.cc
|
| index c7828b0df4679696a7676d96bae11cf4cef2d17c..3d357c1ef170c617882acb827814df117fba649b 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/list_changes_task.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/list_changes_task.cc
|
| @@ -124,12 +124,6 @@ void ListChangesTask::CheckInChangeList(int64 largest_change_id,
|
| metadata_database()->UpdateByChangeList(
|
| largest_change_id, change_list_.Pass());
|
|
|
| - // TODO(tzik): Expand this function.
|
| - DidCheckInChangeList(token.Pass(), status);
|
| -}
|
| -
|
| -void ListChangesTask::DidCheckInChangeList(scoped_ptr<SyncTaskToken> token,
|
| - SyncStatusCode status) {
|
| if (status != SYNC_STATUS_OK) {
|
| SyncTaskManager::NotifyTaskDone(token.Pass(), status);
|
| return;
|
|
|