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

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

Issue 2374913002: [USS] Show USS counters in about:sync page (Closed)
Patch Set: get processor on model thread 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/model_type_controller.h
diff --git a/components/sync/driver/model_type_controller.h b/components/sync/driver/model_type_controller.h
index 91fd88745c469002a1ff271e736a342c9c1cb055..adeb04c989352ac10557673938068f7e53169f61 100644
--- a/components/sync/driver/model_type_controller.h
+++ b/components/sync/driver/model_type_controller.h
@@ -35,6 +35,7 @@ class ModelTypeController : public DataTypeController {
bool ShouldLoadModelBeforeConfigure() const override;
void LoadModels(const ModelLoadCallback& model_load_callback) override;
void GetAllNodes(const AllNodesCallback& callback) override;
+ void GetStatusCounters(const StatusCountersCallback& callback) override;
// Registers non-blocking data type with sync backend. In the process the
// activation context is passed to ModelTypeRegistry, where ModelTypeWorker

Powered by Google App Engine
This is Rietveld 408576698