OLD | NEW |
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_MANAGER_H_ | 5 #ifndef CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_MANAGER_H_ |
6 #define CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_MANAGER_H_ | 6 #define CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_MANAGER_H_ |
7 | 7 |
8 #include "ash/shell_delegate.h" | 8 #include "ash/shell_delegate.h" |
9 #include "base/prefs/pref_change_registrar.h" | 9 #include "base/prefs/pref_change_registrar.h" |
10 #include "chrome/browser/chromeos/accessibility/accessibility_util.h" | 10 #include "chrome/browser/chromeos/accessibility/accessibility_util.h" |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 | 156 |
157 bool large_cursor_enabled_; | 157 bool large_cursor_enabled_; |
158 bool sticky_keys_enabled_; | 158 bool sticky_keys_enabled_; |
159 bool spoken_feedback_enabled_; | 159 bool spoken_feedback_enabled_; |
160 bool high_contrast_enabled_; | 160 bool high_contrast_enabled_; |
161 bool autoclick_enabled_; | 161 bool autoclick_enabled_; |
162 int autoclick_delay_ms_; | 162 int autoclick_delay_ms_; |
163 | 163 |
164 ash::AccessibilityNotificationVisibility spoken_feedback_notification_; | 164 ash::AccessibilityNotificationVisibility spoken_feedback_notification_; |
165 | 165 |
| 166 bool should_speak_chrome_vox_announcements_on_user_screen_; |
| 167 |
166 DISALLOW_COPY_AND_ASSIGN(AccessibilityManager); | 168 DISALLOW_COPY_AND_ASSIGN(AccessibilityManager); |
167 }; | 169 }; |
168 | 170 |
169 } // namespace chromeos | 171 } // namespace chromeos |
170 | 172 |
171 #endif // CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_MANAGER_H_ | 173 #endif // CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_MANAGER_H_ |
OLD | NEW |