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

Unified Diff: components/sync/engine/fake_sync_manager.cc

Issue 2452713003: [Sync] Implement MemoryDumpProvider. (Closed)
Patch Set: Created 4 years, 2 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/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

Powered by Google App Engine
This is Rietveld 408576698