| Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| index 28018f10bd7dd1c4ee5a1d9941251d33fe0529bd..e98b5a6dd0d69a63c5a44afea6029ed533d4bba6 100644
|
| --- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| +++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| @@ -84,7 +84,6 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/rlz/rlz.h"
|
| -#include "chrome/browser/storage_monitor/storage_monitor_chromeos.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| @@ -554,8 +553,6 @@ void ChromeBrowserMainPartsChromeos::PreProfileInit() {
|
| base::Bind(&ChromeOSVersionCallback),
|
| &tracker_);
|
|
|
| - storage_monitor_.reset(new StorageMonitorCros());
|
| -
|
| // Make sure that wallpaper boot transition and other delays in OOBE
|
| // are disabled for tests and kiosk app launch by default.
|
| // Individual tests may enable them if they want.
|
| @@ -803,7 +800,6 @@ void ChromeBrowserMainPartsChromeos::PostMainMessageLoopRun() {
|
| power_button_observer_.reset();
|
| screensaver_controller_.reset();
|
| idle_action_warning_observer_.reset();
|
| - storage_monitor_.reset();
|
|
|
| // Delete ContactManager while |g_browser_process| is still alive.
|
| contact_manager_.reset();
|
|
|