| Index: chrome/browser/chrome_browser_main_linux.h
|
| diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h
|
| index cba0e1e2448c0b0a5d5bc01004d360ed86b4d33f..ab734415b74d44776833ec963b6cef7cf50acac1 100644
|
| --- a/chrome/browser/chrome_browser_main_linux.h
|
| +++ b/chrome/browser/chrome_browser_main_linux.h
|
| @@ -8,15 +8,8 @@
|
| #define CHROME_BROWSER_CHROME_BROWSER_MAIN_LINUX_H_
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/chrome_browser_main_posix.h"
|
|
|
| -#if !defined(OS_CHROMEOS)
|
| -namespace chrome {
|
| -class StorageMonitorLinux;
|
| -}
|
| -#endif
|
| -
|
| class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix {
|
| public:
|
| explicit ChromeBrowserMainPartsLinux(
|
| @@ -25,13 +18,8 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix {
|
|
|
| // ChromeBrowserMainParts overrides.
|
| virtual void PreProfileInit() OVERRIDE;
|
| - virtual void PostMainMessageLoopRun() OVERRIDE;
|
|
|
| private:
|
| -#if !defined(OS_CHROMEOS)
|
| - scoped_ptr<chrome::StorageMonitorLinux> storage_monitor_;
|
| -#endif
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsLinux);
|
| };
|
|
|
|
|