diff options
Diffstat (limited to 'ash/accessibility_delegate.h')
-rw-r--r-- | ash/accessibility_delegate.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ash/accessibility_delegate.h b/ash/accessibility_delegate.h index 0d47c38..a4ef7eb 100644 --- a/ash/accessibility_delegate.h +++ b/ash/accessibility_delegate.h @@ -63,9 +63,8 @@ class ASH_EXPORT AccessibilityDelegate { // Returns if autoclick is enabled or not. virtual bool IsAutoclickEnabled() const = 0; - // Returns true if the user wants to show accesibility menu even when all the - // accessibility features are disabled. - virtual bool ShouldAlwaysShowAccessibilityMenu() const = 0; + // Returns true when the accessibility menu should be shown. + virtual bool ShouldShowAccessibilityMenu() const = 0; // Cancel all current and queued speech immediately. virtual void SilenceSpokenFeedback() const = 0; |