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

Unified Diff: ash/system/tray_accessibility.h

Issue 16175004: Large Cursor: Add the toggle menuitem to a11y menu in uber tray (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add tests Created 7 years, 6 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
Index: ash/system/tray_accessibility.h
diff --git a/ash/system/tray_accessibility.h b/ash/system/tray_accessibility.h
index e23f4b9e2de15d126df8617cc96c066b40fd9148..01713783c561b9935f148d8241e2fb4731a7b77e 100644
--- a/ash/system/tray_accessibility.h
+++ b/ash/system/tray_accessibility.h
@@ -73,12 +73,14 @@ class AccessibilityDetailedView : public TrayDetailsView,
views::View* spoken_feedback_view_;
views::View* high_contrast_view_;
views::View* screen_magnifier_view_;;
+ views::View* large_cursor_view_;;
views::View* help_view_;
views::View* settings_view_;
bool spoken_feedback_enabled_;
bool high_contrast_enabled_;
bool screen_magnifier_enabled_;
+ bool large_cursor_enabled_;
user::LoginStatus login_;
friend class chromeos::TrayAccessibilityTest;

Powered by Google App Engine
This is Rietveld 408576698