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

Unified Diff: components/sync/core/test/fake_sync_manager.h

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
« no previous file with comments | « components/sync/core/sync_manager.h ('k') | components/sync/core_impl/sync_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/test/fake_sync_manager.h
diff --git a/components/sync/core/test/fake_sync_manager.h b/components/sync/core/test/fake_sync_manager.h
index 1687b93935e03f74b3ad2357dc0cfd4728e9bf55..bb2578ec15e785e1932bfe7aab5d8b2cf063b299 100644
--- a/components/sync/core/test/fake_sync_manager.h
+++ b/components/sync/core/test/fake_sync_manager.h
@@ -95,6 +95,7 @@ class FakeSyncManager : public SyncManager {
void AddObserver(Observer* observer) override;
void RemoveObserver(Observer* observer) override;
SyncStatus GetDetailedStatus() const override;
+ void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd) override;
void SaveChanges() override;
void ShutdownOnSyncThread(ShutdownReason reason) override;
UserShare* GetUserShare() override;
« no previous file with comments | « components/sync/core/sync_manager.h ('k') | components/sync/core_impl/sync_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698