diff options
Diffstat (limited to 'chrome/browser/ui/ash/system_tray_delegate_common.h')
-rw-r--r-- | chrome/browser/ui/ash/system_tray_delegate_common.h | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/chrome/browser/ui/ash/system_tray_delegate_common.h b/chrome/browser/ui/ash/system_tray_delegate_common.h index 882ff6f..5a712f2 100644 --- a/chrome/browser/ui/ash/system_tray_delegate_common.h +++ b/chrome/browser/ui/ash/system_tray_delegate_common.h @@ -15,10 +15,6 @@ #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" -namespace ash { -class SystemTrayNotifier; -} - // Common base class for platform-specific implementations. class SystemTrayDelegateCommon : public ash::SystemTrayDelegate, public content::NotificationObserver { @@ -32,78 +28,16 @@ class SystemTrayDelegateCommon : public ash::SystemTrayDelegate, void Shutdown() override; bool GetTrayVisibilityOnStartup() override; ash::user::LoginStatus GetUserLoginStatus() const override; - void ChangeProfilePicture() override; - const std::string GetEnterpriseDomain() const override; - const base::string16 GetEnterpriseMessage() const override; - const std::string GetSupervisedUserManager() const override; - const base::string16 GetSupervisedUserManagerName() const override; - const base::string16 GetSupervisedUserMessage() const override; bool IsUserSupervised() const override; bool IsUserChild() const override; void GetSystemUpdateInfo(ash::UpdateInfo* info) const override; base::HourClockType GetHourClockType() const override; - void ShowSettings() override; - bool ShouldShowSettings() override; - void ShowDateSettings() override; - void ShowSetTimeDialog() override; - void ShowNetworkSettings(const std::string& service_path) override; - void ShowBluetoothSettings() override; - void ShowDisplaySettings() override; void ShowChromeSlow() override; - bool ShouldShowDisplayNotification() override; - void ShowIMESettings() override; void ShowHelp() override; - void ShowAccessibilityHelp() override; - void ShowAccessibilitySettings() override; - void ShowPublicAccountInfo() override; - void ShowSupervisedUserInfo() override; - void ShowEnterpriseInfo() override; - void ShowUserLogin() override; - void SignOut() override; - void RequestLockScreen() override; void RequestRestartForUpdate() override; - void GetAvailableBluetoothDevices(ash::BluetoothDeviceList* list) override; - void BluetoothStartDiscovering() override; - void BluetoothStopDiscovering() override; - void ConnectToBluetoothDevice(const std::string& address) override; - bool IsBluetoothDiscovering() override; - void GetCurrentIME(ash::IMEInfo* info) override; - void GetAvailableIMEList(ash::IMEInfoList* list) override; - void GetCurrentIMEProperties(ash::IMEPropertyInfoList* list) override; - void SwitchIME(const std::string& ime_id) override; - void ActivateIMEProperty(const std::string& key) override; - void ManageBluetoothDevices() override; - void ToggleBluetooth() override; - void ShowOtherNetworkDialog(const std::string& type) override; - bool GetBluetoothAvailable() override; - bool GetBluetoothEnabled() override; - bool GetBluetoothDiscovering() override; - void ChangeProxySettings() override; - ash::NetworkingConfigDelegate* GetNetworkingConfigDelegate() const override; - ash::VolumeControlDelegate* GetVolumeControlDelegate() const override; - void SetVolumeControlDelegate( - scoped_ptr<ash::VolumeControlDelegate> delegate) override; - bool GetSessionStartTime(base::TimeTicks* session_start_time) override; - bool GetSessionLengthLimit(base::TimeDelta* session_length_limit) override; int GetSystemTrayMenuWidth() override; - void ActiveUserWasChanged() override; - bool IsSearchKeyMappedToCapsLock() override; - ash::tray::UserAccountsDelegate* GetUserAccountsDelegate( - const std::string& user_id) override; - void AddCustodianInfoTrayObserver( - ash::CustodianInfoTrayObserver* observer) override; - void RemoveCustodianInfoTrayObserver( - ash::CustodianInfoTrayObserver* observer) override; - void AddShutdownPolicyObserver( - ash::ShutdownPolicyObserver* observer) override; - void RemoveShutdownPolicyObserver( - ash::ShutdownPolicyObserver* observer) override; - void ShouldRebootOnShutdown( - const ash::RebootOnShutdownCallback& callback) override; private: - ash::SystemTrayNotifier* GetSystemTrayNotifier(); - void UpdateClockType(); // content::NotificationObserver implementation. |