summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authortengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-22 08:53:38 +0000
committertengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-22 08:53:38 +0000
commit3c5ec44b33620ded8837935f0d60fbb9e1ace40c (patch)
tree701f93bef70b4f8dd4d2db4e93b3dd13a26a7488 /ash/ash_switches.cc
parent3c448301fa795630a3a79f8cb10fd2f922c70843 (diff)
downloadchromium_src-3c5ec44b33620ded8837935f0d60fbb9e1ace40c.zip
chromium_src-3c5ec44b33620ded8837935f0d60fbb9e1ace40c.tar.gz
chromium_src-3c5ec44b33620ded8837935f0d60fbb9e1ace40c.tar.bz2
Add autoclick to settings page under the accessibility section.
In the settings page, we have both a checkbox to enable/disable the feature and a dropdown menu to choose the delay. This feature is hidden behind a flag. BUG=272401 TEST=manual Review URL: https://codereview.chromium.org/27196006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230075 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 70b1340..394e5a6 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -91,6 +91,9 @@ const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
const char kAshEnableAlternateFrameCaptionButtonStyle[] =
"ash-enable-alternate-caption-button";
+// Enables settings ui to control the autoclick accessibility feature.
+const char kAshEnableAutoclick[] = "ash-enable-autoclick";
+
// Always enable brightness control. Used by machines that don't report their
// main monitor as internal.
const char kAshEnableBrightnessControl[] = "ash-enable-brightness-control";