| Index: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
|
| index ee678bbac0417a9216643841a1fb67071af25737..38da881c9c2be6261b09f636c7b87cfc5190327c 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
|
| @@ -350,14 +350,6 @@ google_apis::CancelCallback DriveServiceOnWorker::UpdateResource(
|
| return google_apis::CancelCallback();
|
| }
|
|
|
| -google_apis::CancelCallback DriveServiceOnWorker::RenameResource(
|
| - const std::string& resource_id,
|
| - const std::string& new_title,
|
| - const google_apis::EntryActionCallback& callback) {
|
| - NOTREACHED();
|
| - return google_apis::CancelCallback();
|
| -}
|
| -
|
| google_apis::CancelCallback DriveServiceOnWorker::AddResourceToDirectory(
|
| const std::string& parent_resource_id,
|
| const std::string& resource_id,
|
|
|