summaryrefslogtreecommitdiffstats
path: root/ash/shell_delegate.h
diff options
context:
space:
mode:
authortengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 20:08:13 +0000
committertengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 20:08:13 +0000
commit7cfa31aea766ae244fb8ea78e68bf6e338cfff6f (patch)
tree4b1190f7a089200128a9c874593a77c4e3c2aa2d /ash/shell_delegate.h
parentd6f0c44bec818d8cffac349ac6358a70336f9054 (diff)
downloadchromium_src-7cfa31aea766ae244fb8ea78e68bf6e338cfff6f.zip
chromium_src-7cfa31aea766ae244fb8ea78e68bf6e338cfff6f.tar.gz
chromium_src-7cfa31aea766ae244fb8ea78e68bf6e338cfff6f.tar.bz2
Add autoclick menu item to ash accessibility system tray.
BUG=272401 TEST=updated browser_tests Review URL: https://codereview.chromium.org/27238008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230498 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_delegate.h')
-rw-r--r--ash/shell_delegate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 02fea7f..a78e1c1 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -195,6 +195,12 @@ class ASH_EXPORT ShellDelegate {
// Returns if Large Cursor is enabled or not.
virtual bool IsLargeCursorEnabled() const = 0;
+ // Invoked to enable autoclick.
+ virtual void SetAutoclickEnabled(bool enabled) = 0;
+
+ // Returns if autoclick is enabled or not.
+ virtual bool IsAutoclickEnabled() const = 0;
+
// Returns true if the user want to show accesibility menu even when all the
// accessibility features are disabled.
virtual bool ShouldAlwaysShowAccessibilityMenu() const = 0;