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

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

Issue 2374913002: [USS] Show USS counters in about:sync page (Closed)
Patch Set: re-comments 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
« no previous file with comments | « components/sync/driver/resources/about.js ('k') | components/sync/driver/sync_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/sync_frontend.h
diff --git a/components/sync/driver/sync_frontend.h b/components/sync/driver/sync_frontend.h
index 594f85740326fac8f423365f0daf2f7f64d7bb2a..c1415e931335afc05b04bf104cdcd42393e91f6b 100644
--- a/components/sync/driver/sync_frontend.h
+++ b/components/sync/driver/sync_frontend.h
@@ -76,11 +76,11 @@ class SyncFrontend {
ModelType type,
const 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(
ModelType type,
const StatusCounters& counters) = 0;
« no previous file with comments | « components/sync/driver/resources/about.js ('k') | components/sync/driver/sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698