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

Unified Diff: ash/common/system/tray/default_system_tray_delegate.h

Issue 2761993002: cros: Eliminate bluetooth methods from SystemTrayDelegate (Closed)
Patch Set: review comments 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: ash/common/system/tray/default_system_tray_delegate.h
diff --git a/ash/common/system/tray/default_system_tray_delegate.h b/ash/common/system/tray/default_system_tray_delegate.h
index fc8926790443e439086ee0aabf4d9f02036e159b..0413a473da89808e240b806c9d018c1a3cfab21f 100644
--- a/ash/common/system/tray/default_system_tray_delegate.h
+++ b/ash/common/system/tray/default_system_tray_delegate.h
@@ -22,16 +22,9 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
bool IsUserSupervised() const override;
bool ShouldShowSettings() const override;
bool ShouldShowNotificationTray() const override;
- void ToggleBluetooth() override;
- bool IsBluetoothDiscovering() const override;
- bool GetBluetoothAvailable() override;
- bool GetBluetoothEnabled() override;
- bool GetBluetoothDiscovering() override;
int GetSystemTrayMenuWidth() override;
private:
- bool bluetooth_enabled_;
-
DISALLOW_COPY_AND_ASSIGN(DefaultSystemTrayDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698