From 34bf875f9792517e620faf70d081be20fc81509b Mon Sep 17 00:00:00 2001 From: zea Date: Mon, 29 Sep 2014 19:41:35 -0700 Subject: [Sync] Clean up ProfileSyncService observer events Several spurious NotifyObserver calls have been removed, in addition to removing the configuration retry code (which was not doing anything anymore). BUG=418140 Review URL: https://codereview.chromium.org/612573005 Cr-Commit-Position: refs/heads/master@{#297345} --- sync/engine/sync_scheduler_impl.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'sync/engine') diff --git a/sync/engine/sync_scheduler_impl.cc b/sync/engine/sync_scheduler_impl.cc index 22dc5e0..d279fd0 100644 --- a/sync/engine/sync_scheduler_impl.cc +++ b/sync/engine/sync_scheduler_impl.cc @@ -96,7 +96,6 @@ ConfigurationParams::ConfigurationParams( ready_task(ready_task), retry_task(retry_task) { DCHECK(!ready_task.is_null()); - DCHECK(!retry_task.is_null()); } ConfigurationParams::~ConfigurationParams() {} -- cgit v1.1