summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_init.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_init.cc')
-rw-r--r--chrome/browser/browser_init.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/browser_init.cc b/chrome/browser/browser_init.cc
index 34e61b3a..4d45cdd 100644
--- a/chrome/browser/browser_init.cc
+++ b/chrome/browser/browser_init.cc
@@ -421,17 +421,13 @@ bool BrowserInit::LaunchBrowser(
chromeos::CrosLibrary::Get()->GetPowerLibrary()->AddObserver(observer);
}
#endif
-#if defined(OS_MACOSX)
- // TODO(atwilson): Status tray UI is currently only supported on the mac
- // (http://crbug.com/37375).
+
if (command_line.HasSwitch(switches::kLongLivedExtensions)) {
// Create status icons
StatusTrayManager* tray = g_browser_process->status_tray_manager();
if (tray)
tray->Init(profile);
}
-#endif
-
return true;
}