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

Unified Diff: components/sync/engine_impl/sync_manager_impl.cc

Issue 2452713003: [Sync] Implement MemoryDumpProvider. (Closed)
Patch Set: 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/engine_impl/sync_manager_impl.cc
diff --git a/components/sync/engine_impl/sync_manager_impl.cc b/components/sync/engine_impl/sync_manager_impl.cc
index 6a6b6be47af77cb933e81dc0724ba6d5b1d49e3a..c8004d2667d8befbf1a18ae8d458329d7c9b8c28 100644
--- a/components/sync/engine_impl/sync_manager_impl.cc
+++ b/components/sync/engine_impl/sync_manager_impl.cc
@@ -1001,4 +1001,8 @@ void SyncManagerImpl::OnCookieJarChanged(bool account_mismatch,
cycle_context_->set_cookie_jar_empty(empty_jar);
}
+void SyncManagerImpl::OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd) {
+ directory()->OnMemoryDump(pmd);
+}
+
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698