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

Unified Diff: components/sync/driver/sync_frontend.h

Issue 2374913002: [USS] Show USS counters in about:sync page (Closed)
Patch Set: remove unique_ptr and rebase Created 4 years, 2 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/sync_frontend.h
diff --git a/components/sync/driver/sync_frontend.h b/components/sync/driver/sync_frontend.h
index ae2239a33223cb6abcb4ba87218bc518abcfe9b1..e630b404dd67db829d1b2411415bac570cbe730c 100644
--- a/components/sync/driver/sync_frontend.h
+++ b/components/sync/driver/sync_frontend.h
@@ -79,11 +79,11 @@ class SyncFrontend {
syncer::ModelType type,
const syncer::UpdateCounters& counters) = 0;
- // Called when we receive an updated status counter for a directory type.
+ // Called when we receive an updated status counter for a datatype.
//
// Disabled by default. Enable by calling
// EnableDirectoryTypeDebugInfoForwarding() on the backend.
- virtual void OnDirectoryTypeStatusCounterUpdated(
+ virtual void OnDatatypeStatusCounterUpdated(
syncer::ModelType type,
const syncer::StatusCounters& counters) = 0;

Powered by Google App Engine
This is Rietveld 408576698