| 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);
|
|
|