| Index: chrome/browser/google_apis/drive_api_url_generator.h
|
| diff --git a/chrome/browser/google_apis/drive_api_url_generator.h b/chrome/browser/google_apis/drive_api_url_generator.h
|
| index 3c7f5a2f60e1c051c7aa8deb36475b489ce05da1..c8da6cb35af33ea8dd004330d1766553af46f29a 100644
|
| --- a/chrome/browser/google_apis/drive_api_url_generator.h
|
| +++ b/chrome/browser/google_apis/drive_api_url_generator.h
|
| @@ -32,13 +32,12 @@ class DriveApiUrlGenerator {
|
| // Returns a URL to invoke "Apps: list" method.
|
| GURL GetAppsListUrl() const;
|
|
|
| - // Returns a URL to edit (especially add) a resource, such as inserting
|
| - // a file metadata or creating a new directory.
|
| - GURL GetFilesUrl() const;
|
| -
|
| // Returns a URL to fetch a file metadata.
|
| GURL GetFilesGetUrl(const std::string& file_id) const;
|
|
|
| + // Returns a URL to create a resource.
|
| + GURL GetFilesInsertUrl() const;
|
| +
|
| // Returns a URL to patch file metadata.
|
| GURL GetFilesPatchUrl(const std::string& file_id,
|
| bool set_modified_date,
|
|
|