From 484fff5fdc1775264dd33b67b8ad584a90197386 Mon Sep 17 00:00:00 2001 From: "haitaol@chromium.org" Date: Wed, 11 Jun 2014 06:34:03 +0000 Subject: Add integraton test for sync backup/rollback. BUG=362679 Review URL: https://codereview.chromium.org/310103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276281 0039d316-1c4b-4281-b951-d872f2087c98 --- sync/engine/sync_scheduler_impl.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'sync/engine') diff --git a/sync/engine/sync_scheduler_impl.cc b/sync/engine/sync_scheduler_impl.cc index b2774e7..01a054a 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 -- cgit v1.1