summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.h
diff options
context:
space:
mode:
authordtseng <dtseng@chromium.org>2014-12-04 10:34:58 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-04 18:35:19 +0000
commit113aa4f1f3e207b4b134ecc7316b9c46e29a22ad (patch)
treeb9b798f101abdc61d643f0bab9a9db4c704f72b0 /chromeos/chromeos_switches.h
parent69070a653c69823f9442e13feef4f99d79a8de67 (diff)
downloadchromium_src-113aa4f1f3e207b4b134ecc7316b9c46e29a22ad.zip
chromium_src-113aa4f1f3e207b4b134ecc7316b9c46e29a22ad.tar.gz
chromium_src-113aa4f1f3e207b4b134ecc7316b9c46e29a22ad.tar.bz2
Various changes required to support ChromeVox Next to read Views and Windows.
- adds support for valueChanged event (e.g. to read adjustment of the volume slider) - add textChanged event handler to process omnibox character echo/deletion. - braille support for the textChanged,textSelectionChanged events - whitelist ChromeVox for automation API up to stable. - remove the --enable-chromevox-next cmd line flag. - adds options for Output module (to only output braille, for example). - adds a "dummy" alert window as a child of the desktop root node; this window will be used to fire alert events. Due to the way we support alerts now without backing views, this is necessary. - start generating context for window on "enter". This picks up announcements like "status tray" when entering the status tray bar with alt+shift+s. - exclude the first child (only child) of the desktop node from having a name set; this is because that particular window has a non-human readable name "Display<xxx>" which gets read frequently when entering a screen/display. Review URL: https://codereview.chromium.org/743273002 Cr-Commit-Position: refs/heads/master@{#306855}
Diffstat (limited to 'chromeos/chromeos_switches.h')
-rw-r--r--chromeos/chromeos_switches.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index 8bc5aa2..275082f 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -43,7 +43,6 @@ CHROMEOS_EXPORT extern const char kDisableOfficeEditingComponentApp[];
CHROMEOS_EXPORT extern const char kDisableRollbackOption[];
CHROMEOS_EXPORT extern const char kDisableVolumeAdjustSound[];
CHROMEOS_EXPORT extern const char kEnableCarrierSwitching[];
-CHROMEOS_EXPORT extern const char kEnableChromeVoxNext[];
CHROMEOS_EXPORT extern const char kEnableCloudBackup[];
CHROMEOS_EXPORT extern const char kEnableConsumerManagement[];
CHROMEOS_EXPORT extern const char kEnableEmbeddedSignin[];