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 a698d93ee295382db7828087779c12a5870861e9..a2b9069499c09bef1cfa1ccf5f841d7862717652 100644 |
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc |
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc |
@@ -86,7 +86,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_notification_types.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |
@@ -584,8 +583,6 @@ void ChromeBrowserMainPartsChromeos::PreProfileInit() { |
&tracker_); |
#endif |
- 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. |
@@ -826,7 +823,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(); |