summaryrefslogtreecommitdiffstats
path: root/sync/engine
diff options
context:
space:
mode:
authorzea <zea@chromium.org>2014-09-29 19:41:35 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-30 02:41:51 +0000
commit34bf875f9792517e620faf70d081be20fc81509b (patch)
tree1f6a7706d02ca889fd90bf350238b6871c9df2db /sync/engine
parent558c328a3f5a49f3e3b1b3e04f71aa3ab78326b3 (diff)
downloadchromium_src-34bf875f9792517e620faf70d081be20fc81509b.zip
chromium_src-34bf875f9792517e620faf70d081be20fc81509b.tar.gz
chromium_src-34bf875f9792517e620faf70d081be20fc81509b.tar.bz2
[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}
Diffstat (limited to 'sync/engine')
-rw-r--r--sync/engine/sync_scheduler_impl.cc1
1 files changed, 0 insertions, 1 deletions
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() {}