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

Unified Diff: components/sync/driver/directory_data_type_controller.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/directory_data_type_controller.h
diff --git a/components/sync/driver/directory_data_type_controller.h b/components/sync/driver/directory_data_type_controller.h
index 76fa60f244105328cffc940eee97f9904fe85135..75842ce0bc9151818ba3d650f389689fb7613cfe 100644
--- a/components/sync/driver/directory_data_type_controller.h
+++ b/components/sync/driver/directory_data_type_controller.h
@@ -22,6 +22,7 @@ class DirectoryDataTypeController : public DataTypeController {
// DataTypeController implementation.
bool ShouldLoadModelBeforeConfigure() const override;
void GetAllNodes(const AllNodesCallback& callback) override;
+ void GetStatusCounters(const StatusCountersCallback& callback) override;
// Directory based data types don't need to register with backend.
// ModelTypeRegistry will create all necessary objects in

Powered by Google App Engine
This is Rietveld 408576698