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

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

Issue 2452713003: [Sync] Implement MemoryDumpProvider. (Closed)
Patch Set: Fix presumit; fix Windows; git cl format Created 4 years, 1 month 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 7a3466d019f9677252cc1452e80be7f5d712afa6..7151b69dab3c239ae9c8bdf441aff7b925f4a1ed 100644
--- a/components/sync/engine_impl/sync_manager_impl.cc
+++ b/components/sync/engine_impl/sync_manager_impl.cc
@@ -1020,4 +1020,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
« no previous file with comments | « components/sync/engine_impl/sync_manager_impl.h ('k') | components/sync/protocol/proto_memory_estimations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698