| 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_;
|
|
|
|
|