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

Unified Diff: components/sync/engine/fake_sync_manager.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
« no previous file with comments | « components/sync/engine/fake_sync_manager.h ('k') | components/sync/engine/sync_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/fake_sync_manager.cc
diff --git a/components/sync/engine/fake_sync_manager.cc b/components/sync/engine/fake_sync_manager.cc
index b087371be9ba34213ee47b86af652a3d209ed45a..a9ebc31cdd08658547ea7fda5c6111ef5c4f8adb 100644
--- a/components/sync/engine/fake_sync_manager.cc
+++ b/components/sync/engine/fake_sync_manager.cc
@@ -264,4 +264,8 @@ void FakeSyncManager::ClearServerData(const ClearServerDataCallback& callback) {
void FakeSyncManager::OnCookieJarChanged(bool account_mismatch,
bool empty_jar) {}
+void FakeSyncManager::OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd) {
+ NOTIMPLEMENTED();
+}
+
} // namespace syncer
« no previous file with comments | « components/sync/engine/fake_sync_manager.h ('k') | components/sync/engine/sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698