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

Unified Diff: chrome/browser/chromeos/accessibility_util.h

Issue 7781004: Move Speak() in accessibility_utils, speak enable and disable strings when (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused headers Created 9 years, 4 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility_util.h
diff --git a/chrome/browser/chromeos/accessibility_util.h b/chrome/browser/chromeos/accessibility_util.h
index b529b49d36e8a1b7c70d0a9c2bc2f2e0c9ad9cec..7bfb5f4732ecede1493b17261dcd5159ed3864f5 100644
--- a/chrome/browser/chromeos/accessibility_util.h
+++ b/chrome/browser/chromeos/accessibility_util.h
@@ -21,6 +21,9 @@ void EnableAccessibility(bool enabled, WebUI* login_web_ui);
// EnableAccessibility, above.
void ToggleAccessibility(WebUI* login_web_ui);
+// Speaks the specified string.
+void Speak(const char* speak_str, bool queue, bool interruptible);
+
} // namespace accessibility
} // namespace chromeos
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698