diff options
Diffstat (limited to 'chrome/browser/drive/fake_drive_service.h')
-rw-r--r-- | chrome/browser/drive/fake_drive_service.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/drive/fake_drive_service.h b/chrome/browser/drive/fake_drive_service.h index f2b0fe4..6b63715 100644 --- a/chrome/browser/drive/fake_drive_service.h +++ b/chrome/browser/drive/fake_drive_service.h @@ -120,7 +120,6 @@ class FakeDriveService : public DriveServiceInterface { const std::string& etag, const google_apis::EntryActionCallback& callback) OVERRIDE; virtual google_apis::CancelCallback DownloadFile( - const base::FilePath& virtual_path, const base::FilePath& local_cache_path, const GURL& download_url, const google_apis::DownloadActionCallback& download_action_callback, @@ -159,21 +158,18 @@ class FakeDriveService : public DriveServiceInterface { const std::string& directory_name, const google_apis::GetResourceEntryCallback& callback) OVERRIDE; virtual google_apis::CancelCallback InitiateUploadNewFile( - const base::FilePath& drive_file_path, const std::string& content_type, int64 content_length, const std::string& parent_resource_id, const std::string& title, const google_apis::InitiateUploadCallback& callback) OVERRIDE; virtual google_apis::CancelCallback InitiateUploadExistingFile( - const base::FilePath& drive_file_path, const std::string& content_type, int64 content_length, const std::string& resource_id, const std::string& etag, const google_apis::InitiateUploadCallback& callback) OVERRIDE; virtual google_apis::CancelCallback ResumeUpload( - const base::FilePath& drive_file_path, const GURL& upload_url, int64 start_position, int64 end_position, @@ -183,7 +179,6 @@ class FakeDriveService : public DriveServiceInterface { const google_apis::UploadRangeCallback& callback, const google_apis::ProgressCallback& progress_callback) OVERRIDE; virtual google_apis::CancelCallback GetUploadStatus( - const base::FilePath& drive_file_path, const GURL& upload_url, int64 content_length, const google_apis::UploadRangeCallback& callback) OVERRIDE; |