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

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

Issue 2557733004: [Sync] Add histogram for events in ClearServerData flow. (Closed)
Patch Set: Added comment. 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
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698