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

Unified Diff: ash/system/tray/system_tray_delegate.h

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: rebase, fix interactive_ui_tests 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
« no previous file with comments | « ash/system/status_area_widget.cc ('k') | ash/system/tray_accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index 4c73d328fd14c7101ddf08683362714a82992abc..9efebbfe1ccf1777816a92646930640088f13ce4 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -161,12 +161,6 @@ class SystemTrayDelegate {
// Sets the caps lock status to |enabled|.
virtual void SetCapsLockEnabled(bool enabled) = 0;
- // Gets whether accessibility mode is turned on.
- virtual bool IsInAccessibilityMode() const = 0;
-
- // Enables or disables spoken feedback.
- virtual void SetEnableSpokenFeedback(bool enable) = 0;
-
// Attempts to shut down the system.
virtual void ShutDown() = 0;
« no previous file with comments | « ash/system/status_area_widget.cc ('k') | ash/system/tray_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698