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

Unified Diff: components/sync/driver/proxy_data_type_controller.cc

Issue 2950583003: [Sync] Record sync memory usage in histogram broken by datatypes (Closed)
Patch Set: Address Ilya's comments 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/proxy_data_type_controller.cc
diff --git a/components/sync/driver/proxy_data_type_controller.cc b/components/sync/driver/proxy_data_type_controller.cc
index 08d3a953dbaf60ea00b7ae90c61abadde83fc7b3..837145bf6346b02b7e59bf271f61013c09791afd 100644
--- a/components/sync/driver/proxy_data_type_controller.cc
+++ b/components/sync/driver/proxy_data_type_controller.cc
@@ -85,4 +85,6 @@ void ProxyDataTypeController::GetStatusCounters(
callback.Run(type(), counters);
}
+void ProxyDataTypeController::RecordMemoryUsageHistogram() {}
+
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698