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

Unified Diff: content/browser/browser_main_loop.h

Issue 1468883003: Remove memory category from chrome://tracing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@format-trace-event
Patch Set: Rebase Created 5 years, 1 month 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
« no previous file with comments | « base/trace_event/trace_event_memory_unittest.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index 3f037b7bf6331c9c84a2ff045f5013ec60ce65c1..07c95aea557800a195e0f4e5fc0c39cd910bf738 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -22,7 +22,6 @@ class PowerMonitor;
class SystemMonitor;
class MemoryPressureMonitor;
namespace trace_event {
-class TraceMemoryController;
class TraceEventSystemStatsMonitor;
} // namespace trace_event
} // namespace base
@@ -207,7 +206,6 @@ class CONTENT_EXPORT BrowserMainLoop {
#endif
scoped_ptr<MemoryObserver> memory_observer_;
- scoped_ptr<base::trace_event::TraceMemoryController> trace_memory_controller_;
// Members initialized in |InitStartupTracingForDuration()| ------------------
base::FilePath startup_trace_file_;
« no previous file with comments | « base/trace_event/trace_event_memory_unittest.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698