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

Unified Diff: components/sync/driver/glue/sync_backend_host_core.h

Issue 2374913002: [USS] Show USS counters in about:sync page (Closed)
Patch Set: For IOS Created 4 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: components/sync/driver/glue/sync_backend_host_core.h
diff --git a/components/sync/driver/glue/sync_backend_host_core.h b/components/sync/driver/glue/sync_backend_host_core.h
index ac70b2ed45c98717270e1484a1ea69899765b291..c2be0db85796fd49206f19a7de0adf34d7fafbe2 100644
--- a/components/sync/driver/glue/sync_backend_host_core.h
+++ b/components/sync/driver/glue/sync_backend_host_core.h
@@ -140,8 +140,9 @@ class SyncBackendHostCore
const syncer::CommitCounters& counters) override;
void OnUpdateCountersUpdated(syncer::ModelType type,
const syncer::UpdateCounters& counters) override;
- void OnStatusCountersUpdated(syncer::ModelType type,
- const syncer::StatusCounters& counters) override;
+ void OnStatusCountersUpdated(
+ syncer::ModelType type,
+ std::unique_ptr<syncer::StatusCounters> counters) override;
// Forwards an invalidation state change to the sync manager.
void DoOnInvalidatorStateChange(syncer::InvalidatorState state);

Powered by Google App Engine
This is Rietveld 408576698