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

Unified Diff: chrome/browser/chromeos/system/ash_system_tray_delegate.cc

Issue 10543158: Do not toggle Applist with Search key press when accessibility is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge similar functions Created 8 years, 6 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
Index: chrome/browser/chromeos/system/ash_system_tray_delegate.cc
diff --git a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
index e98386d800a88e28d94e483e6c8ee0d0c168c5fa..65d6271bf071c3ec3d73d01d01196bcce1522c11 100644
--- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
+++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
@@ -362,14 +362,6 @@ class SystemTrayDelegate : public ash::SystemTrayDelegate,
return ime_manager->GetXKeyboard()->SetCapsLockEnabled(enabled);
}
- virtual bool IsInAccessibilityMode() const OVERRIDE {
- return accessibility_enabled_.GetValue();
- }
-
- virtual void SetEnableSpokenFeedback(bool enable) OVERRIDE {
- chromeos::accessibility::EnableSpokenFeedback(enable, NULL);
- }
-
virtual void ShutDown() OVERRIDE {
DBusThreadManager::Get()->GetPowerManagerClient()->RequestShutdown();
}

Powered by Google App Engine
This is Rietveld 408576698