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

Unified Diff: sync/engine/syncer.h

Issue 38803003: sync: Implement per-type update processing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 7 years, 2 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 | « sync/engine/sync_directory_update_handler_unittest.cc ('k') | sync/engine/syncer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/syncer.h
diff --git a/sync/engine/syncer.h b/sync/engine/syncer.h
index d943e5f1206dbd4855988f4467a27936dd6f4c59..5661fff6285d511c1311760fb7130f3f78234010 100644
--- a/sync/engine/syncer.h
+++ b/sync/engine/syncer.h
@@ -70,6 +70,7 @@ class SYNC_EXPORT_PRIVATE Syncer {
private:
void ApplyUpdates(sessions::SyncSession* session);
bool DownloadAndApplyUpdates(
+ ModelTypeSet request_types,
sessions::SyncSession* session,
base::Callback<void(sync_pb::ClientToServerMessage*)> build_fn);
« no previous file with comments | « sync/engine/sync_directory_update_handler_unittest.cc ('k') | sync/engine/syncer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698