Index: chrome/browser/chromeos/accessibility/accessibility_util.h |
diff --git a/chrome/browser/chromeos/accessibility/accessibility_util.h b/chrome/browser/chromeos/accessibility/accessibility_util.h |
index ea5f0217527aeea4f5c0503201c5b704cc0ce985..286d1418c87828e327ef650ec8ab120789f6df96 100644 |
--- a/chrome/browser/chromeos/accessibility/accessibility_util.h |
+++ b/chrome/browser/chromeos/accessibility/accessibility_util.h |
@@ -14,6 +14,9 @@ class WebUI; |
namespace chromeos { |
namespace accessibility { |
+// Do any accessibility initialization that should happen once on startup. |
+void Initialize(); |
+ |
// Enable or disable spoken feedback. Enabling spoken feedback installs the |
// ChromeVox component extension. If this is being called in a login/oobe |
// login screen, pass the WebUI object in login_web_ui so that ChromeVox |
@@ -53,6 +56,9 @@ bool IsSpokenFeedbackEnabled(); |
// Returns true if High Contrast is enabled, or false if not. |
bool IsHighContrastEnabled(); |
+// Returns true if the Virtual Keyboard is enabled, or false if not. |
+bool IsVirtualKeyboardEnabled(); |
+ |
// Returns the current state of the screen magnifier. |
ScreenMagnifierType GetScreenMagnifierType(); |