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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.h

Issue 2753313002: cros: Init SystemTrayDelegate earlier to break bluetooth init dependency (Closed)
Patch Set: fix test Created 3 years, 9 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/ui/ash/system_tray_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
index fabf767254a0b47e884e0e29e6dbe4f7d2cf45da..927fda0f0efbf506ff3ed29585434cc1cb6a499d 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -62,14 +62,8 @@ class SystemTrayDelegateChromeOS
public input_method::InputMethodManager::ImeMenuObserver {
public:
SystemTrayDelegateChromeOS();
-
~SystemTrayDelegateChromeOS() override;
- // Completes initialization after the Bluetooth adapter is ready.
- // TODO(jamescook): Eliminate this and just use Initialize().
- // http://crbug.com/660043
- void InitializeOnAdapterReady();
-
// Overridden from ash::SystemTrayDelegate:
void Initialize() override;
ash::LoginStatus GetUserLoginStatus() const override;
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698