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

Unified Diff: ash/shell_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: 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/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index db7d634e8dbf8de410d3151150a85a6507901e3f..e4f4ee8f39ae2b9193eceb8207ff15c2eb9b1be7 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -97,6 +97,9 @@ class ASH_EXPORT ShellDelegate {
// for accessibility.
virtual void ToggleSpokenFeedback() = 0;
+ // Returns true if spoken feedback is enabled.
+ virtual bool IsSpokenFeedbackEnabled() const = 0;
+
// Invoked to create an AppListViewDelegate. Shell takes the ownership of
// the created delegate.
virtual app_list::AppListViewDelegate* CreateAppListViewDelegate() = 0;

Powered by Google App Engine
This is Rietveld 408576698