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

Unified Diff: components/browser_sync/profile_sync_service.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
« no previous file with comments | « no previous file | components/browser_sync/profile_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/profile_sync_service.h
diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
index a47fe59fbb3cafecd3a8187f8248c6c2e49bfd4b..ed8908c564de942f9ea99cbf9527f7bf1478d54c 100644
--- a/components/browser_sync/profile_sync_service.h
+++ b/components/browser_sync/profile_sync_service.h
@@ -725,6 +725,9 @@ class ProfileSyncService : public syncer::SyncServiceBase,
// Check if previous shutdown is shutdown cleanly.
void ReportPreviousSessionMemoryWarningCount();
+ // Estimates and records memory usage histograms per type.
+ void RecordMemoryUsageHistograms();
+
// After user switches to custom passphrase encryption a set of steps needs to
// be performed:
//
« no previous file with comments | « no previous file | components/browser_sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698