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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.cc

Issue 60373002: Remove duplicate load state notification to ChromeVox. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/accessibility_manager.cc
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.cc b/chrome/browser/chromeos/accessibility/accessibility_manager.cc
index 21275eaa495deac05d8f5fdf226f0c7cc75adbd5..8869e511818adf4c172566c536e8de41ce4b5e8d 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.cc
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.cc
@@ -422,14 +422,6 @@ void AccessibilityManager::UpdateSpokenFeedbackFromPref() {
if (enabled) {
LoadChromeVox();
- ExtensionAccessibilityEventRouter::GetInstance()->
- OnChromeVoxLoadStateChanged(profile_,
- true,
- chrome_vox_loaded_on_lock_screen_ ||
- should_speak_chrome_vox_announcements_on_user_screen_);
-
- should_speak_chrome_vox_announcements_on_user_screen_ =
- chrome_vox_loaded_on_lock_screen_;
} else {
ExtensionAccessibilityEventRouter::GetInstance()->
OnChromeVoxLoadStateChanged(profile_, false, false);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698