| Index: content/child/background_sync/background_sync_provider.cc
|
| diff --git a/content/child/background_sync/background_sync_provider.cc b/content/child/background_sync/background_sync_provider.cc
|
| index 3a445d8da20ccf41de2b35fed93ca30b4e4c8cf3..cdf0353be2331bd7a073664d86f9096140264698 100644
|
| --- a/content/child/background_sync/background_sync_provider.cc
|
| +++ b/content/child/background_sync/background_sync_provider.cc
|
| @@ -213,6 +213,7 @@ void BackgroundSyncProvider::GetRegistrationsCallback(
|
| registrations[i]).release();
|
| }
|
| callbacks->onSuccess(results);
|
| + break;
|
| case BACKGROUND_SYNC_ERROR_NOT_FOUND:
|
| // This error should never be returned from
|
| // BackgroundSyncManager::GetRegistrations
|
|
|