| Index: sync/engine/download.h
|
| diff --git a/sync/engine/download.h b/sync/engine/download.h
|
| index 5bc08d434e1bb9a8b868cc694070a2c3f4d529a2..e3230d82112550d8337965f4c2c02475c03fc250 100644
|
| --- a/sync/engine/download.h
|
| +++ b/sync/engine/download.h
|
| @@ -75,6 +75,21 @@ SYNC_EXPORT_PRIVATE void BuildDownloadUpdatesForPollImpl(
|
| UpdateHandlerMap* update_handler_map,
|
| sync_pb::GetUpdatesMessage* get_updates);
|
|
|
| +// Same as BuildDownloadUpdatesForPoll() except the update origin/source is
|
| +// RETRY.
|
| +SYNC_EXPORT_PRIVATE void BuildDownloadUpdatesForRetry(
|
| + sessions::SyncSession* session,
|
| + bool create_mobile_bookmarks_folder,
|
| + ModelTypeSet request_types,
|
| + sync_pb::ClientToServerMessage* client_to_server_message);
|
| +
|
| +// Same as BuildDownloadUpdatesForPollImpl() except the update origin/source is
|
| +// RETRY.
|
| +SYNC_EXPORT_PRIVATE void BuildDownloadUpdatesForRetryImpl(
|
| + ModelTypeSet proto_request_types,
|
| + UpdateHandlerMap* update_handler_map,
|
| + sync_pb::GetUpdatesMessage* get_updates);
|
| +
|
| // Sends the specified message to the server and stores the response in a member
|
| // of the |session|'s StatusController.
|
| SYNC_EXPORT_PRIVATE SyncerError
|
|
|