Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: chrome/browser/chrome_browser_main_linux.cc

Issue 14556015: [Media Galleries] Lazily initialize the storage monitor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adjustments Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698