DescriptionGData downloads cleanup.
* Fix a leak in GDataFileSystem::OnTransferCompleted.
* UploadCompletionCallback's returns an UploadFileInfo* (to enable it to be deleted) instead of DocumentEntry*
* Split GDataUploader::RemovePendingUpload into UploadFailed and DeleteUpload. Make DeleteUpload public for use by GDataFileSystem::OnTransferCompleted.
* GDataUploader::UploadFile takes a scoped_ptr to make the transfer of ownership clearer.
* Rename GDataUploader::UploadComplete to GDataUploader::MoveFileToCache.
* Rename GDataDownloadObserver::temp_download_path_ to gdata_tmp_download_path_ for consistency with code elsewhere.
* Rearrange args in GDataDownloadObserver::Initialize
* Some other renames
* Get rid of gdata:: in gdata_file_system.cc
* pragma once in all header files.
BUG=NONE
TEST=NONE
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=129595
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #
Total comments: 6
Patch Set 6 : benchan review feedback #
Total comments: 4
Patch Set 7 : asanka review feedback #Messages
Total messages: 5 (0 generated)
|