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

Unified Diff: ash/common/system/tray_accessibility.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/metrics/user_metrics_action.h ('k') | ash/common/system/tray_accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray_accessibility.h
diff --git a/ash/common/system/tray_accessibility.h b/ash/common/system/tray_accessibility.h
index ac67a077a80d0281e187f9998861dab42a1ff50c..2321aa8f7e4a0f347756261840303d32487eb8d2 100644
--- a/ash/common/system/tray_accessibility.h
+++ b/ash/common/system/tray_accessibility.h
@@ -103,6 +103,8 @@ class AccessibilityDetailedView : public TrayDetailsView,
views::View* caret_highlight_view_ = nullptr;
views::View* highlight_mouse_cursor_view_ = nullptr;
views::View* highlight_keyboard_focus_view_ = nullptr;
+ views::View* sticky_keys_view_ = nullptr;
+ views::View* tap_dragging_view_ = nullptr;
bool spoken_feedback_enabled_ = false;
bool high_contrast_enabled_ = false;
@@ -114,6 +116,8 @@ class AccessibilityDetailedView : public TrayDetailsView,
bool caret_highlight_enabled_ = false;
bool highlight_mouse_cursor_enabled_ = false;
bool highlight_keyboard_focus_enabled_ = false;
+ bool sticky_keys_enabled_ = false;
+ bool tap_dragging_enabled_ = false;
LoginStatus login_;
friend class chromeos::TrayAccessibilityTest;
« no previous file with comments | « ash/common/metrics/user_metrics_action.h ('k') | ash/common/system/tray_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698