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

Unified Diff: components/sync/engine_impl/sync_scheduler_impl.cc

Issue 2557733004: [Sync] Add histogram for events in ClearServerData flow. (Closed)
Patch Set: Created 4 years 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: components/sync/engine_impl/sync_scheduler_impl.cc
diff --git a/components/sync/engine_impl/sync_scheduler_impl.cc b/components/sync/engine_impl/sync_scheduler_impl.cc
index fe52722f06229f13fd092c27807bf8715bc9d0be..edc26fc58f176af6afd20e40941eb1536a910626 100644
--- a/components/sync/engine_impl/sync_scheduler_impl.cc
+++ b/components/sync/engine_impl/sync_scheduler_impl.cc
@@ -534,7 +534,6 @@ void SyncSchedulerImpl::DoClearServerDataSyncCycleJob(JobPriority priority) {
if (!CanRunJobNow(priority)) {
SDVLOG(2) << "Unable to run clear server data job right now.";
- RunAndReset(&pending_configure_params_->retry_task);
return;
}

Powered by Google App Engine
This is Rietveld 408576698