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

Unified Diff: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h

Issue 437943002: [SyncFS] Remove usage of file task runner under drive_backend/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Work for nits Created 6 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
Index: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h
diff --git a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h
index a6e4b2203d756a010a3d86f4fb75a7fa35d3d033..daacd2f6b7d03079ce959ba3a9238ec9defdf941 100644
--- a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h
+++ b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h
@@ -173,15 +173,10 @@ class RemoteToLocalSyncer : public SyncTask {
void DeleteLocalFile(const SyncStatusCallback& callback);
void DownloadFile(const SyncStatusCallback& callback);
- void DidCreateTemporaryFileForDownload(const SyncStatusCallback& callback,
- webkit_blob::ScopedFile file);
void DidDownloadFile(const SyncStatusCallback& callback,
webkit_blob::ScopedFile file,
google_apis::GDataErrorCode error,
const base::FilePath&);
- void DidCalculateMD5ForDownload(const SyncStatusCallback& callback,
- webkit_blob::ScopedFile file,
- const std::string& md5);
void DidApplyDownload(const SyncStatusCallback& callback,
webkit_blob::ScopedFile,
SyncStatusCode status);

Powered by Google App Engine
This is Rietveld 408576698