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

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

Issue 8400057: Revert 107689 - Speak a message when accessibility is on and the network state changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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 | « chrome/browser/chromeos/accessibility_util.h ('k') | chrome/browser/chromeos/status/network_menu_icon.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility_util.cc
===================================================================
--- chrome/browser/chromeos/accessibility_util.cc (revision 107701)
+++ chrome/browser/chromeos/accessibility_util.cc (working copy)
@@ -168,14 +168,6 @@
Speak(speak_str);
}
-void MaybeSpeak(const char* speak_str, bool queue, bool interruptible) {
- bool accessibility_enabled = g_browser_process &&
- g_browser_process->local_state()->GetBoolean(
- prefs::kAccessibilityEnabled);
- if (accessibility_enabled) {
- Speak(speak_str, queue, interruptible);
- }
-}
} // namespace accessibility
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/accessibility_util.h ('k') | chrome/browser/chromeos/status/network_menu_icon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698