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

Unified Diff: components/sync/core_impl/test/fake_sync_manager.cc

Issue 2382443006: Sync MDP: implement MemoryDumpProvider
Patch Set: Created 4 years, 3 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/core_impl/test/fake_sync_manager.cc
diff --git a/components/sync/core_impl/test/fake_sync_manager.cc b/components/sync/core_impl/test/fake_sync_manager.cc
index 3077ebe22c45ae36ba2811ed43f4a1a80fa6c27a..9e7799de2a7e4f17e0d2f2ff23fe16c571f24bec 100644
--- a/components/sync/core_impl/test/fake_sync_manager.cc
+++ b/components/sync/core_impl/test/fake_sync_manager.cc
@@ -186,6 +186,10 @@ SyncStatus FakeSyncManager::GetDetailedStatus() const {
return SyncStatus();
}
+void FakeSyncManager::OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd) {
+ NOTIMPLEMENTED();
+}
+
void FakeSyncManager::SaveChanges() {
// Do nothing.
}
« no previous file with comments | « components/sync/core_impl/sync_manager_impl.cc ('k') | components/sync/driver/glue/sync_backend_host_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698