| Index: google_apis/drive/drive_api_url_generator.h
|
| diff --git a/google_apis/drive/drive_api_url_generator.h b/google_apis/drive/drive_api_url_generator.h
|
| index cf93edd3255953c821a1f459866b3b0378e77001..44b64c77360fe572ff2d5cf63b4ef1de97e9fd6c 100644
|
| --- a/google_apis/drive/drive_api_url_generator.h
|
| +++ b/google_apis/drive/drive_api_url_generator.h
|
| @@ -32,6 +32,9 @@ class DriveApiUrlGenerator {
|
| // Returns a URL to invoke "Apps: list" method.
|
| GURL GetAppsListUrl() const;
|
|
|
| + // Returns a URL to uninstall an app with the give |app_id|.
|
| + GURL GetAppsDeleteUrl(const std::string& app_id) const;
|
| +
|
| // Returns a URL to fetch a file metadata.
|
| GURL GetFilesGetUrl(const std::string& file_id) const;
|
|
|
|
|