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

Unified Diff: sync/engine/download.h

Issue 124083002: Client-side changes to support retry GU. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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') | sync/engine/download.cc » ('J')
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 5bc08d434e1bb9a8b868cc694070a2c3f4d529a2..a2945a9665541b5acd981b64573694eaf3a90995 100644
--- a/sync/engine/download.h
+++ b/sync/engine/download.h
@@ -62,16 +62,18 @@ SYNC_EXPORT_PRIVATE void BuildDownloadUpdatesForConfigureImpl(
// This function executes a single GetUpdate request and stores the response in
// the session's status controller. It constructs the type of request used for
-// periodic polling.
-SYNC_EXPORT_PRIVATE void BuildDownloadUpdatesForPoll(
+// periodic polling or retry.
+SYNC_EXPORT_PRIVATE void BuildSupplementDownloadUpdates(
sessions::SyncSession* session,
bool create_mobile_bookmarks_folder,
ModelTypeSet request_types,
+ sync_pb::SyncEnums::GetUpdatesOrigin gu_origin,
sync_pb::ClientToServerMessage* client_to_server_message);
// Helper function. Defined here for testing.
-SYNC_EXPORT_PRIVATE void BuildDownloadUpdatesForPollImpl(
+SYNC_EXPORT_PRIVATE void BuildSupplementDownloadUpdatesImpl(
ModelTypeSet proto_request_types,
+ sync_pb::SyncEnums::GetUpdatesOrigin gu_origin,
UpdateHandlerMap* update_handler_map,
sync_pb::GetUpdatesMessage* get_updates);
« no previous file with comments | « no previous file | sync/engine/download.cc » ('j') | sync/engine/download.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698