diff options
Diffstat (limited to 'chrome/browser/drive/drive_api_service.h')
-rw-r--r-- | chrome/browser/drive/drive_api_service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/drive/drive_api_service.h b/chrome/browser/drive/drive_api_service.h index b720bf6..9957db8 100644 --- a/chrome/browser/drive/drive_api_service.h +++ b/chrome/browser/drive/drive_api_service.h @@ -153,6 +153,7 @@ class DriveAPIService : public DriveServiceInterface, int64 content_length, const std::string& parent_resource_id, const std::string& title, + const InitiateUploadNewFileOptions& options, const google_apis::InitiateUploadCallback& callback) OVERRIDE; virtual google_apis::CancelCallback InitiateUploadExistingFile( const std::string& content_type, |