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

Unified Diff: ash/common/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/ash_strings.grd ('k') | ash/common/default_accessibility_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/accessibility_delegate.h
diff --git a/ash/common/accessibility_delegate.h b/ash/common/accessibility_delegate.h
index 25c0665ca1129fe14ba03febec17b26795aee4fa..e7bc2de0492d347695faa4e1881ec54f9b18f360 100644
--- a/ash/common/accessibility_delegate.h
+++ b/ash/common/accessibility_delegate.h
@@ -84,6 +84,18 @@ class ASH_EXPORT AccessibilityDelegate {
// Returns if focus highlighting is enabled.
virtual bool IsFocusHighlightEnabled() const = 0;
+ // Invoked to enable or disable sticky keys.
+ virtual void SetStickyKeysEnabled(bool enabled) = 0;
+
+ // Returns if sticky keys is enabled.
+ virtual bool IsStickyKeysEnabled() const = 0;
+
+ // Invoked to enable or disable tap dragging.
+ virtual void SetTapDraggingEnabled(bool enabled) = 0;
+
+ // Returns if tap dragging is enabled.
+ virtual bool IsTapDraggingEnabled() const = 0;
+
// Invoked to enable or disable select-to-speak.
virtual void SetSelectToSpeakEnabled(bool enabled) = 0;
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/common/default_accessibility_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698