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

Unified Diff: chrome/browser/google_apis/drive_service_interface.h

Issue 11419248: google_apis: Remove resource_url from RemoveResourceFromDirectory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/google_apis/drive_service_interface.h
diff --git a/chrome/browser/google_apis/drive_service_interface.h b/chrome/browser/google_apis/drive_service_interface.h
index c0c6ae978b35ef9e783c8c629f6c13e5f29e3aa9..94d4996c56926dd4bbc6daa3018fec02cbcda3ca 100644
--- a/chrome/browser/google_apis/drive_service_interface.h
+++ b/chrome/browser/google_apis/drive_service_interface.h
@@ -178,12 +178,11 @@ class DriveServiceInterface {
const EntryActionCallback& callback) = 0;
// Removes a resource (document, file, collection) identified by its
- // 'self' link |resource_url| from a collection with a content link
+ // |resource_id| from a collection with a content link
// |parent_content_url|. Upon completion, invokes |callback| with
// results on the calling thread.
virtual void RemoveResourceFromDirectory(
const GURL& parent_content_url,
- const GURL& resource_url,
const std::string& resource_id,
const EntryActionCallback& callback) = 0;
« no previous file with comments | « chrome/browser/chromeos/drive/file_system/move_operation.cc ('k') | chrome/browser/google_apis/gdata_wapi_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698