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

Unified Diff: content/browser/browser_main_loop.h

Issue 15418002: Record Chrome trace events in tcmalloc heap profiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, cleanup Created 7 years, 6 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/browser/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index 30442a674d919de9d99609777e23f46470368527..b64ba131043c6a7d1af0ecbe66ff65f8edcf3c3d 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -16,6 +16,9 @@ namespace base {
class MessageLoop;
class PowerMonitor;
class SystemMonitor;
+namespace debug {
+class TraceMemoryTraceLogObserver;
+}
}
namespace media {
@@ -135,6 +138,7 @@ class BrowserMainLoop {
scoped_ptr<BrowserProcessSubThread> cache_thread_;
scoped_ptr<BrowserProcessSubThread> io_thread_;
scoped_ptr<MemoryObserver> memory_observer_;
+ scoped_ptr<base::debug::TraceMemoryTraceLogObserver> trace_memory_observer_;
DISALLOW_COPY_AND_ASSIGN(BrowserMainLoop);
};

Powered by Google App Engine
This is Rietveld 408576698