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

Unified Diff: ash/system/status_area_widget.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: ash/system/status_area_widget.cc
diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
index b3eb72fba8e75baa99980b9dba84d98f4483dff1..6d78f47b147f5bb05ba8b74a98dcea656b6efad5 100644
--- a/ash/system/status_area_widget.cc
+++ b/ash/system/status_area_widget.cc
@@ -115,12 +115,6 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
caps_lock_enabled_ = enabled;
}
- virtual bool IsInAccessibilityMode() const OVERRIDE {
- return false;
- }
-
- virtual void SetEnableSpokenFeedback(bool enable) OVERRIDE {}
-
virtual void ShutDown() OVERRIDE {}
virtual void SignOut() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698