| Index: sync/sessions/sync_session.h
|
| diff --git a/sync/sessions/sync_session.h b/sync/sessions/sync_session.h
|
| index d61a7920f0826577c0049b41bf99b3f4f9189a8a..fd20132d8b7453bc3796fc8208e735a789abff3c 100644
|
| --- a/sync/sessions/sync_session.h
|
| +++ b/sync/sessions/sync_session.h
|
| @@ -71,10 +71,9 @@ class SYNC_EXPORT_PRIVATE SyncSession {
|
| virtual void OnReceivedLongPollIntervalUpdate(
|
| const base::TimeDelta& new_interval) = 0;
|
|
|
| - // The client has been instructed to change its sessions commit
|
| - // delay.
|
| - virtual void OnReceivedSessionsCommitDelay(
|
| - const base::TimeDelta& new_delay) = 0;
|
| + // The client has been instructed to change a nudge delay.
|
| + virtual void OnReceivedCustomNudgeDelays(
|
| + const std::map<ModelType, base::TimeDelta>& nudge_delays) = 0;
|
|
|
| // Called for the syncer to respond to the error sent by the server.
|
| virtual void OnSyncProtocolError(
|
|
|