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

Unified Diff: sync/engine/download.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 | « no previous file | sync/engine/download.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/download.h
diff --git a/sync/engine/download.h b/sync/engine/download.h
index ddae79b115be315910f2426daaec408b12c1a5ba..7c5c5829a5a8bd3037cc6cc1482c79b194124814 100644
--- a/sync/engine/download.h
+++ b/sync/engine/download.h
@@ -55,7 +55,8 @@ SYNC_EXPORT_PRIVATE void BuildDownloadUpdatesForPoll(
// Sends the specified message to the server and stores the response in a member
// of the |session|'s StatusController.
SYNC_EXPORT_PRIVATE SyncerError
- ExecuteDownloadUpdates(sessions::SyncSession* session,
+ ExecuteDownloadUpdates(ModelTypeSet request_types,
+ sessions::SyncSession* session,
sync_pb::ClientToServerMessage* msg);
} // namespace syncer
« no previous file with comments | « no previous file | sync/engine/download.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698