Index: content/browser/background_sync/background_sync_service_impl.cc |
diff --git a/content/browser/background_sync/background_sync_service_impl.cc b/content/browser/background_sync/background_sync_service_impl.cc |
index 5f46720c1b51dc133a16e4f54eeda87411b46e18..9f51f9a70af6ed03f9c631e5fbb0f07cba7ad88a 100644 |
--- a/content/browser/background_sync/background_sync_service_impl.cc |
+++ b/content/browser/background_sync/background_sync_service_impl.cc |
@@ -136,9 +136,6 @@ void BackgroundSyncServiceImpl::Unregister( |
int64_t sw_registration_id, |
const UnregisterCallback& callback) { |
DCHECK_CURRENTLY_ON(BrowserThread::IO); |
- BackgroundSyncManager* background_sync_manager = |
- background_sync_context_->background_sync_manager(); |
- DCHECK(background_sync_manager); |
BackgroundSyncRegistrationHandle* registration = |
active_handles_.Lookup(handle_id); |