Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1390)

Unified Diff: chrome/browser/drive/drive_uploader.h

Issue 21790002: drive: Discard upload location when there is no uploaded contents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/drive/drive_uploader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/drive/drive_uploader.h
diff --git a/chrome/browser/drive/drive_uploader.h b/chrome/browser/drive/drive_uploader.h
index cb8bc80567a0971d2fc11897ec0fe2c9cbfe922b..cdbb26bfb883450f832bafbe3c331a48e76d377c 100644
--- a/chrome/browser/drive/drive_uploader.h
+++ b/chrome/browser/drive/drive_uploader.h
@@ -172,8 +172,7 @@ class DriveUploader : public DriveUploaderInterface {
void StartGetUploadStatus(scoped_ptr<UploadFileInfo> upload_file_info);
// Uploads the next chunk of data from the file.
- void UploadNextChunk(scoped_ptr<UploadFileInfo> upload_file_info,
- int64 start_position);
+ void UploadNextChunk(scoped_ptr<UploadFileInfo> upload_file_info);
// DriveService callback for ResumeUpload.
void OnUploadRangeResponseReceived(
« no previous file with comments | « no previous file | chrome/browser/drive/drive_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698