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

Unified Diff: content/child/web_memory_dump_provider_adapter.h

Issue 1391933004: [Tracing] Add hook to PartitionAlloc for heap profiling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address primiano comments Created 5 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: 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 7f30a44353af2659c883a2f94f18b511497b7afb..b1c0813869a2e600774661250f943903f530fef4 100644
--- a/content/child/web_memory_dump_provider_adapter.h
+++ b/content/child/web_memory_dump_provider_adapter.h
@@ -28,6 +28,8 @@ class WebMemoryDumpProviderAdapter
bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
base::trace_event::ProcessMemoryDump* pmd) override;
+ void OnHeapProfilingEnabled(bool enabled) override;
+
bool is_registered() const { return is_registered_; }
void set_is_registered(bool is_registered) { is_registered_ = is_registered; }

Powered by Google App Engine
This is Rietveld 408576698