| Index: chrome/browser/chrome_browser_main_linux.cc
|
| diff --git a/chrome/browser/chrome_browser_main_linux.cc b/chrome/browser/chrome_browser_main_linux.cc
|
| index 870a95c53670669280fffd38d6492facb7d74dff..4b3ee9dc17ee35903fc487df6803634f0d4c3ec6 100644
|
| --- a/chrome/browser/chrome_browser_main_linux.cc
|
| +++ b/chrome/browser/chrome_browser_main_linux.cc
|
| @@ -133,14 +133,6 @@ void ChromeBrowserMainPartsLinux::PreProfileInit() {
|
| ChromeBrowserMainPartsPosix::PreProfileInit();
|
| }
|
|
|
| -void ChromeBrowserMainPartsLinux::PostProfileInit() {
|
| -#if !defined(OS_CHROMEOS)
|
| - storage_monitor_->Init();
|
| -#endif
|
| -
|
| - ChromeBrowserMainPartsPosix::PostProfileInit();
|
| -}
|
| -
|
| void ChromeBrowserMainPartsLinux::PostMainMessageLoopRun() {
|
| #if !defined(OS_CHROMEOS)
|
| // Delete it now. Otherwise the FILE thread would be gone when we try to
|
|
|