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

Side by Side Diff: chrome/browser/chromeos/accessibility/accessibility_manager.h

Issue 42743003: Adjust ChromeVox (spoken feedback) strings and make it possible for announcemen (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rename. Created 7 years, 1 month 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 unified diff | Download patch
OLDNEW
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
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_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698