| Index: sync/engine/sync_scheduler_impl.cc
|
| diff --git a/sync/engine/sync_scheduler_impl.cc b/sync/engine/sync_scheduler_impl.cc
|
| index b2774e70d45db41492be0e360ced3eac8cb0dbe3..01a054ac2fb7e7f16098fc78ffec1620d93d2c55 100644
|
| --- a/sync/engine/sync_scheduler_impl.cc
|
| +++ b/sync/engine/sync_scheduler_impl.cc
|
| @@ -43,6 +43,7 @@ bool ShouldRequestEarlyExit(const SyncProtocolError& error) {
|
| case NOT_MY_BIRTHDAY:
|
| case CLEAR_PENDING:
|
| case DISABLED_BY_ADMIN:
|
| + case USER_ROLLBACK:
|
| // If we send terminate sync early then |sync_cycle_ended| notification
|
| // would not be sent. If there were no actions then |ACTIONABLE_ERROR|
|
| // notification wouldnt be sent either. Then the UI layer would be left
|
|
|