| Index: ash/system/tray/system_tray_delegate.h
|
| diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
|
| index 4c73d328fd14c7101ddf08683362714a82992abc..9efebbfe1ccf1777816a92646930640088f13ce4 100644
|
| --- a/ash/system/tray/system_tray_delegate.h
|
| +++ b/ash/system/tray/system_tray_delegate.h
|
| @@ -161,12 +161,6 @@ class SystemTrayDelegate {
|
| // Sets the caps lock status to |enabled|.
|
| virtual void SetCapsLockEnabled(bool enabled) = 0;
|
|
|
| - // Gets whether accessibility mode is turned on.
|
| - virtual bool IsInAccessibilityMode() const = 0;
|
| -
|
| - // Enables or disables spoken feedback.
|
| - virtual void SetEnableSpokenFeedback(bool enable) = 0;
|
| -
|
| // Attempts to shut down the system.
|
| virtual void ShutDown() = 0;
|
|
|
|
|