| 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 44b64c77360fe572ff2d5cf63b4ef1de97e9fd6c..140a08e036adb660915635c15e606c97c3c28bea 100644
|
| --- a/google_apis/drive/drive_api_url_generator.h
|
| +++ b/google_apis/drive/drive_api_url_generator.h
|
| @@ -75,11 +75,12 @@ class DriveApiUrlGenerator {
|
| const std::string& folder_id) const;
|
|
|
| // Returns a URL to initiate uploading a new file.
|
| - GURL GetInitiateUploadNewFileUrl() const;
|
| + GURL GetInitiateUploadNewFileUrl(bool set_modified_date) const;
|
|
|
| // Returns a URL to initiate uploading an existing file specified by
|
| // |resource_id|.
|
| - GURL GetInitiateUploadExistingFileUrl(const std::string& resource_id) const;
|
| + GURL GetInitiateUploadExistingFileUrl(const std::string& resource_id,
|
| + bool set_modified_date) const;
|
|
|
| // Generates a URL for downloading a file.
|
| GURL GenerateDownloadFileUrl(const std::string& resource_id) const;
|
|
|