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

Unified Diff: chrome/browser/chromeos/gdata/gdata_uploader.h

Issue 10759007: gdata: Move GDataFileSystem::AddUploadedFile() call out of uploader and into GDataDownloadObserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments for Patch #10. Created 8 years, 5 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
Index: chrome/browser/chromeos/gdata/gdata_uploader.h
diff --git a/chrome/browser/chromeos/gdata/gdata_uploader.h b/chrome/browser/chromeos/gdata/gdata_uploader.h
index 0e848411fac25a15916ad5af0661432bf5dd7dd9..08da7b904366fff3250e9558be6bac6be51697ae 100644
--- a/chrome/browser/chromeos/gdata/gdata_uploader.h
+++ b/chrome/browser/chromeos/gdata/gdata_uploader.h
@@ -131,9 +131,6 @@ class GDataUploader : public GDataUploaderInterface {
// Initiate the upload.
void InitiateUpload(UploadFileInfo* uploader_file_info);
- // When upload completes, move the file into the gdata cache.
- void MoveFileToCache(UploadFileInfo* upload_file_info);
-
// Handle failed uploads.
void UploadFailed(scoped_ptr<UploadFileInfo> upload_file_info,
base::PlatformFileError error);

Powered by Google App Engine
This is Rietveld 408576698