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

Unified Diff: chrome/browser/sync_file_system/drive_file_sync_service.h

Issue 15023022: Add to be fetched files instead of DriveMetadataStore.batch_sync_origins_ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tzik review, test revisions Created 7 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_file_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/drive_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/drive_file_sync_service.h b/chrome/browser/sync_file_system/drive_file_sync_service.h
index c4a6689f04d8fc45179f8e966a0873a291becac6..2a8698ad4864bed846d5142ff67ebce468d14c7e 100644
--- a/chrome/browser/sync_file_system/drive_file_sync_service.h
+++ b/chrome/browser/sync_file_system/drive_file_sync_service.h
@@ -239,6 +239,7 @@ class DriveFileSyncService : public RemoteFileSyncService,
void DidGetDirectoryContentForBatchSync(
const SyncStatusCallback& callback,
const GURL& origin,
+ const std::string& resource_id,
int64 largest_changestamp,
google_apis::GDataErrorCode error,
scoped_ptr<google_apis::ResourceList> feed);
@@ -397,7 +398,7 @@ class DriveFileSyncService : public RemoteFileSyncService,
int64 largest_fetched_changestamp_;
- std::set<GURL> pending_batch_sync_origins_;
+ std::map<GURL, std::string> pending_batch_sync_origins_;
// Is set to true when there's a fair possibility that we have some
// remote changes that haven't been fetched yet.
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_file_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698