| Index: sync/engine/sync_scheduler_impl.cc
|
| diff --git a/sync/engine/sync_scheduler_impl.cc b/sync/engine/sync_scheduler_impl.cc
|
| index 55adcc52b6c83295bcb2cb76d7b54fac0aaa709c..08753259fb21b7c6fccf933ae81a0c95512c591a 100644
|
| --- a/sync/engine/sync_scheduler_impl.cc
|
| +++ b/sync/engine/sync_scheduler_impl.cc
|
| @@ -43,6 +43,7 @@ bool ShouldRequestEarlyExit(const SyncProtocolError& error) {
|
| return false;
|
| case NOT_MY_BIRTHDAY:
|
| case CLEAR_PENDING:
|
| + case DISABLED_BY_ADMIN:
|
| // 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
|
|
|