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

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

Issue 2949923004: Reland: [Sync] Record sync memory usage in histogram broken by datatypes (Closed)
Patch Set: Fix linker error Created 3 years, 6 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 0e9edd6f059b0e91eb79ddd450c7e4a0d053bffd..496c4183a74dcae82afbd5b10f53207f3938da0d 100644
--- a/components/sync/driver/model_type_controller.h
+++ b/components/sync/driver/model_type_controller.h
@@ -50,6 +50,7 @@ class ModelTypeController : public DataTypeController {
State state() const override;
void GetAllNodes(const AllNodesCallback& callback) override;
void GetStatusCounters(const StatusCountersCallback& callback) override;
+ void RecordMemoryUsageHistogram() override;
private:
void RecordStartFailure(ConfigureResult result) const;
« no previous file with comments | « components/sync/driver/directory_data_type_controller.cc ('k') | components/sync/driver/model_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698