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

Unified Diff: sync/engine/directory_update_handler.cc

Issue 302283007: sync: Populate entity counts in about:sync tab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « sync/engine/directory_commit_contribution.cc ('k') | sync/internal_api/public/sessions/status_counters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/directory_update_handler.cc
diff --git a/sync/engine/directory_update_handler.cc b/sync/engine/directory_update_handler.cc
index a2f0ebf964626819654f51b7592de66d149c9028..0a4ec856d820bc44709e10ae2b3a8dc632d99d52 100644
--- a/sync/engine/directory_update_handler.cc
+++ b/sync/engine/directory_update_handler.cc
@@ -90,6 +90,7 @@ void DirectoryUpdateHandler::ApplyUpdates(sessions::StatusController* status) {
worker_->DoWorkAndWaitUntilDone(c);
debug_info_emitter_->EmitUpdateCountersUpdate();
+ debug_info_emitter_->EmitStatusCountersUpdate();
}
void DirectoryUpdateHandler::PassiveApplyUpdates(
@@ -102,6 +103,7 @@ void DirectoryUpdateHandler::PassiveApplyUpdates(
ApplyUpdatesImpl(status);
debug_info_emitter_->EmitUpdateCountersUpdate();
+ debug_info_emitter_->EmitStatusCountersUpdate();
}
SyncerError DirectoryUpdateHandler::ApplyUpdatesImpl(
« no previous file with comments | « sync/engine/directory_commit_contribution.cc ('k') | sync/internal_api/public/sessions/status_counters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698