Index: chrome/browser/chromeos/accessibility_util.h |
=================================================================== |
--- chrome/browser/chromeos/accessibility_util.h (revision 107701) |
+++ chrome/browser/chromeos/accessibility_util.h (working copy) |
@@ -24,9 +24,6 @@ |
// 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 |