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

Unified Diff: components/sync/driver/glue/sync_backend_host_impl.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_impl.h
diff --git a/components/sync/driver/glue/sync_backend_host_impl.h b/components/sync/driver/glue/sync_backend_host_impl.h
index bd08520e7355313002e6c6a555ca0031a8af3175..6d44cb2b00331eab3ba27503345c4fff3fd9f3f1 100644
--- a/components/sync/driver/glue/sync_backend_host_impl.h
+++ b/components/sync/driver/glue/sync_backend_host_impl.h
@@ -218,7 +218,7 @@ class SyncBackendHostImpl : public SyncBackendHost,
// explicitly requested that we start forwarding these events.
void HandleDirectoryStatusCountersUpdatedOnFrontendLoop(
syncer::ModelType type,
- const syncer::StatusCounters& counters);
+ std::unique_ptr<syncer::StatusCounters> counters);
// Overwrites the kSyncInvalidationVersions preference with the most recent
// set of invalidation versions for each type.

Powered by Google App Engine
This is Rietveld 408576698