Index: chrome/browser/chromeos/accessibility_util.h |
diff --git a/chrome/browser/chromeos/accessibility_util.h b/chrome/browser/chromeos/accessibility_util.h |
index 7bfb5f4732ecede1493b17261dcd5159ed3864f5..5119290e62baf7b1cfef27020962591c7323906f 100644 |
--- a/chrome/browser/chromeos/accessibility_util.h |
+++ b/chrome/browser/chromeos/accessibility_util.h |
@@ -24,6 +24,9 @@ void ToggleAccessibility(WebUI* login_web_ui); |
// Speaks the specified string. |
void Speak(const char* speak_str, bool queue, bool interruptible); |
+// Speaks the specified string if Accessibility is enabled. |
+void MaybeSpeak(const char* speak_str, bool queue, bool interruptible); |
+ |
} // namespace accessibility |
} // namespace chromeos |