Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: sync/engine/sync_scheduler_impl.cc

Issue 612573005: [Sync] Clean up ProfileSyncService observer events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/engine/sync_scheduler_impl.cc
diff --git a/sync/engine/sync_scheduler_impl.cc b/sync/engine/sync_scheduler_impl.cc
index 22dc5e0ebcbbb8100be9f16f025330afeb90ac83..d279fd092410b85de2e6abcc64ca395b27a2efc0 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() {}

Powered by Google App Engine
This is Rietveld 408576698