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

Unified Diff: ash/shell/shell_delegate_impl.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: 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/shell/shell_delegate_impl.h
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
index cb7d821be078b29b4fd8631596a3680a5b7fc607..6c20a6f19894f6a43bb156bf413b0676cd3e31b7 100644
--- a/ash/shell/shell_delegate_impl.h
+++ b/ash/shell/shell_delegate_impl.h
@@ -26,6 +26,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
virtual void LockScreen() OVERRIDE;
virtual void UnlockScreen() OVERRIDE;
virtual bool IsScreenLocked() const OVERRIDE;
+ virtual bool IsSpokenFeedbackEnabled() const OVERRIDE;
Zachary Kuznia 2012/06/14 10:02:22 This duplicates "IsInAccessibilityMode()" in ash/s
Yusuke Sato 2012/06/14 11:41:40 Thanks! Done.
virtual void Shutdown() OVERRIDE;
virtual void Exit() OVERRIDE;
virtual void NewTab() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698