| Index: components/sync/core_impl/sync_manager_impl.cc
|
| diff --git a/components/sync/core_impl/sync_manager_impl.cc b/components/sync/core_impl/sync_manager_impl.cc
|
| index 4093b743b8b4468ad55ede7b3406fa3bdf702404..be260cfd810733bac699991505af79d2f90371e2 100644
|
| --- a/components/sync/core_impl/sync_manager_impl.cc
|
| +++ b/components/sync/core_impl/sync_manager_impl.cc
|
| @@ -883,6 +883,10 @@ SyncStatus SyncManagerImpl::GetDetailedStatus() const {
|
| return allstatus_.status();
|
| }
|
|
|
| +void SyncManagerImpl::OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd) {
|
| + directory()->OnMemoryDump(pmd);
|
| +}
|
| +
|
| void SyncManagerImpl::SaveChanges() {
|
| directory()->SaveChanges();
|
| }
|
|
|