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

Unified Diff: sync/internal_api/test/fake_sync_manager.cc

Issue 2084243004: [WIP][tracing] Add memory dump provider for sync Directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes. Created 4 years, 5 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: sync/internal_api/test/fake_sync_manager.cc
diff --git a/sync/internal_api/test/fake_sync_manager.cc b/sync/internal_api/test/fake_sync_manager.cc
index a0883f893935f3ea275ebaa26ba22de62ce46257..447cfa534afb5cd61e8273792a1f9a8eae98628a 100644
--- a/sync/internal_api/test/fake_sync_manager.cc
+++ b/sync/internal_api/test/fake_sync_manager.cc
@@ -189,6 +189,10 @@ SyncStatus FakeSyncManager::GetDetailedStatus() const {
return SyncStatus();
}
+void FakeSyncManager::OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd) {
+ NOTIMPLEMENTED();
+}
+
void FakeSyncManager::SaveChanges() {
// Do nothing.
}

Powered by Google App Engine
This is Rietveld 408576698