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

Unified Diff: ash/common/default_accessibility_delegate.h

Issue 2802783002: List all a11y features in a11y detailed view in ash system menu (Closed)
Patch Set: Address the comments on PS#1 Created 3 years, 8 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
« no previous file with comments | « ash/common/accessibility_delegate.h ('k') | ash/common/default_accessibility_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/default_accessibility_delegate.h
diff --git a/ash/common/default_accessibility_delegate.h b/ash/common/default_accessibility_delegate.h
index 46af28039427d10beb22ad4dbf8b4abdccbfc8ea..d9f920c6459b026b5383e4f5c3cf161fd67173eb 100644
--- a/ash/common/default_accessibility_delegate.h
+++ b/ash/common/default_accessibility_delegate.h
@@ -38,6 +38,10 @@ class ASH_EXPORT DefaultAccessibilityDelegate : public AccessibilityDelegate {
bool IsCursorHighlightEnabled() const override;
void SetFocusHighlightEnabled(bool enabled) override;
bool IsFocusHighlightEnabled() const override;
+ void SetStickyKeysEnabled(bool enabled) override;
+ bool IsStickyKeysEnabled() const override;
+ void SetTapDraggingEnabled(bool enabled) override;
+ bool IsTapDraggingEnabled() const override;
void SetSelectToSpeakEnabled(bool enabled) override;
bool IsSelectToSpeakEnabled() const override;
void SetSwitchAccessEnabled(bool enabled) override;
@@ -70,6 +74,8 @@ class ASH_EXPORT DefaultAccessibilityDelegate : public AccessibilityDelegate {
bool caret_highlight_enabled_ = false;
bool cursor_highlight_enabled_ = false;
bool focus_highligh_enabled_ = false;
+ bool sticky_keys_enabled_ = false;
+ bool tap_dragging_enabled_ = false;
bool select_to_speak_enabled_ = false;
bool switch_access_enabled_ = false;
AccessibilityAlert accessibility_alert_ = A11Y_ALERT_NONE;
« no previous file with comments | « ash/common/accessibility_delegate.h ('k') | ash/common/default_accessibility_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698