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

Unified Diff: components/sync/engine/cycle/type_debug_info_observer.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/engine/cycle/type_debug_info_observer.h
diff --git a/components/sync/engine/cycle/type_debug_info_observer.h b/components/sync/engine/cycle/type_debug_info_observer.h
index 7ee4b3bc3f8e8f80424f7310e497d35c177b8854..ffbf2025135a02f92165ecbdc236f6dea098d928 100644
--- a/components/sync/engine/cycle/type_debug_info_observer.h
+++ b/components/sync/engine/cycle/type_debug_info_observer.h
@@ -23,8 +23,9 @@ class TypeDebugInfoObserver {
const CommitCounters& counters) = 0;
virtual void OnUpdateCountersUpdated(syncer::ModelType type,
const UpdateCounters& counters) = 0;
- virtual void OnStatusCountersUpdated(syncer::ModelType type,
- const StatusCounters& counters) = 0;
+ virtual void OnStatusCountersUpdated(
+ syncer::ModelType type,
+ std::unique_ptr<StatusCounters> counters) = 0;
};
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698