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

Unified Diff: content/child/web_memory_dump_provider_adapter.h

Issue 1262333005: [tracing] Introduce MemoryDumpArgs to enable light and heavy dumps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 4 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: content/child/web_memory_dump_provider_adapter.h
diff --git a/content/child/web_memory_dump_provider_adapter.h b/content/child/web_memory_dump_provider_adapter.h
index c0bf693accdf7625e1ca6c579c879866dbdb8dd5..7f30a44353af2659c883a2f94f18b511497b7afb 100644
--- a/content/child/web_memory_dump_provider_adapter.h
+++ b/content/child/web_memory_dump_provider_adapter.h
@@ -25,7 +25,8 @@ class WebMemoryDumpProviderAdapter
~WebMemoryDumpProviderAdapter() override;
// base::trace_event::MemoryDumpProvider implementation.
- bool OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd) override;
+ bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
+ base::trace_event::ProcessMemoryDump* pmd) override;
bool is_registered() const { return is_registered_; }
void set_is_registered(bool is_registered) { is_registered_ = is_registered; }
« no previous file with comments | « content/child/child_discardable_shared_memory_manager.cc ('k') | content/child/web_memory_dump_provider_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698