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

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

Issue 99383004: [SyncFS] Refine network error handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: buildfix Created 7 years 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 705c7056f8b2de71befc266b351069dd612d9c42..a2c1655348532d36ee63e45136a555b8078a4277 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
@@ -107,7 +107,6 @@ class RemoteToLocalSyncer : public SyncTask {
// Note: if the file is not found, it should be handled as if deleted.
void HandleMissingRemoteMetadata(const SyncStatusCallback& callback);
void DidGetRemoteMetadata(const SyncStatusCallback& callback,
- int64 change_id,
google_apis::GDataErrorCode error,
scoped_ptr<google_apis::ResourceEntry> entry);
void DidUpdateDatabaseForRemoteMetadata(const SyncStatusCallback& callback,

Powered by Google App Engine
This is Rietveld 408576698