summaryrefslogtreecommitdiffstats
path: root/google_apis/drive/drive_api_url_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'google_apis/drive/drive_api_url_generator.h')
-rw-r--r--google_apis/drive/drive_api_url_generator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/google_apis/drive/drive_api_url_generator.h b/google_apis/drive/drive_api_url_generator.h
index a7e20a6..cf93edd 100644
--- a/google_apis/drive/drive_api_url_generator.h
+++ b/google_apis/drive/drive_api_url_generator.h
@@ -51,6 +51,9 @@ class DriveApiUrlGenerator {
const std::string& page_token,
const std::string& q) const;
+ // Returns a URL to delete a resource with the given |file_id|.
+ GURL GetFilesDeleteUrl(const std::string& file_id) const;
+
// Returns a URL to trash a resource with the given |file_id|.
GURL GetFilesTrashUrl(const std::string& file_id) const;