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

Unified Diff: base/trace_event/memory_tracing_observer.h

Issue 2845633002: memory-infra: Remove is_enabled_ from MDM (Closed)
Patch Set: 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: base/trace_event/memory_tracing_observer.h
diff --git a/base/trace_event/memory_tracing_observer.h b/base/trace_event/memory_tracing_observer.h
index 1efea18c4d552509fa5d2c59c0015f165a287a28..ef7793d28710349b73d24d4e71cddb37ded0413f 100644
--- a/base/trace_event/memory_tracing_observer.h
+++ b/base/trace_event/memory_tracing_observer.h
@@ -32,6 +32,8 @@ class BASE_EXPORT MemoryTracingObserver
const ProcessId,
const ProcessMemoryDump*);
+ bool IsMemoryInfraTracingEnabled();
Primiano Tucci (use gerrit) 2017/04/28 15:58:17 I think we don't need this, given the comment abov
ssid 2017/04/28 18:35:04 Yes!! :)
+
private:
MemoryDumpManager* const memory_dump_manager_;
TraceLog* const trace_log_;

Powered by Google App Engine
This is Rietveld 408576698