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

Unified Diff: services/resource_coordinator/public/cpp/memory/memory_dump_manager_delegate_impl.h

Issue 2777093009: [Memory UMA] Return a memory summary struct with the ack message (Closed)
Patch Set: Rebase Created 3 years, 8 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: services/resource_coordinator/public/cpp/memory/memory_dump_manager_delegate_impl.h
diff --git a/services/resource_coordinator/public/cpp/memory/memory_dump_manager_delegate_impl.h b/services/resource_coordinator/public/cpp/memory/memory_dump_manager_delegate_impl.h
index 17b995a29e8fdcec4912b0e53d03710670b2c04b..ccff7191f6cde6b194b17d058d22e4396b696166 100644
--- a/services/resource_coordinator/public/cpp/memory/memory_dump_manager_delegate_impl.h
+++ b/services/resource_coordinator/public/cpp/memory/memory_dump_manager_delegate_impl.h
@@ -60,7 +60,7 @@ class MemoryDumpManagerDelegateImpl
// The base::trace_event::MemoryDumpManager calls this.
void RequestGlobalMemoryDump(
const base::trace_event::MemoryDumpRequestArgs& args,
- const base::trace_event::MemoryDumpCallback& callback) override;
+ const base::trace_event::GlobalMemoryDumpCallback& callback) override;
Config config() { return config_; }
void SetAsNonCoordinatorForTesting();
@@ -76,7 +76,7 @@ class MemoryDumpManagerDelegateImpl
// A proxy callback for updating |pending_memory_dump_guid_|.
void MemoryDumpCallbackProxy(
- const base::trace_event::MemoryDumpCallback& callback,
+ const base::trace_event::GlobalMemoryDumpCallback& callback,
uint64_t dump_guid,
bool success);

Powered by Google App Engine
This is Rietveld 408576698