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

Unified Diff: content/browser/browser_main_loop.h

Issue 1654863003: Kill --memory-metrics and on-demand Memory.Browser/RenderUsed histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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
« no previous file with comments | « no previous file | 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 5832f0efd647780e3ef3fe15207db3069c58a49e..9ed040813360944143e1b921e23eefd48284771f 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -137,8 +137,6 @@ class CONTENT_EXPORT BrowserMainLoop {
#endif
private:
- class MemoryObserver;
-
void InitializeMainThread();
// Called just before creating the threads
@@ -207,8 +205,6 @@ class CONTENT_EXPORT BrowserMainLoop {
scoped_ptr<ScreenOrientationDelegate> screen_orientation_delegate_;
#endif
- scoped_ptr<MemoryObserver> memory_observer_;
-
// Members initialized in |InitStartupTracingForDuration()| ------------------
base::FilePath startup_trace_file_;
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698