Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7832)

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc

Issue 449763002: Remove DriveServiceInterface::RenameResource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698