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

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

Issue 2690143004: NOCOMMIT: Rebased https://codereview.chromium.org/2696503004 on service rename
Patch Set: Rebase Created 3 years, 10 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 117661997368983b166c9a275728e054f488a42b..40c9be7b4f03479e77f7cdd62313201d2e2dc0c8 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
@@ -26,7 +26,9 @@ class MemoryDumpManagerDelegateImpl
MemoryDumpManagerDelegateImpl(Coordinator* coordinator);
~MemoryDumpManagerDelegateImpl() override;
- bool IsCoordinator() const;
+ bool IsCoordinator() const override;
+ // TODO(chiniforooshan): delete.
+ uint64_t GetTracingProcessId() const override;
// The base::trace_event::MemoryDumpManager calls this.
void RequestGlobalMemoryDump(

Powered by Google App Engine
This is Rietveld 408576698