diff options
author | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-18 07:43:58 +0000 |
---|---|---|
committer | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-18 07:43:58 +0000 |
commit | 67700a92e622aebd70e72b8dbe4cee4efdf9878a (patch) | |
tree | 08a71482682732d688189eda968877b1919bab68 /chrome/common/chrome_switches.cc | |
parent | 154d62610c587dafb521f65e37e6e1d5ef90ba7e (diff) | |
download | chromium_src-67700a92e622aebd70e72b8dbe4cee4efdf9878a.zip chromium_src-67700a92e622aebd70e72b8dbe4cee4efdf9878a.tar.gz chromium_src-67700a92e622aebd70e72b8dbe4cee4efdf9878a.tar.bz2 |
Remove code that enables renderer accessibility based on the SPI_GETSCREENREADER parameter.
Update chrome frame so that its test automation can still use renderer accessibility.
BUG=55902
TEST=none
Review URL: http://codereview.chromium.org/3383010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index bd0c027..752736b 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -593,6 +593,11 @@ const char kFirstRun[] = "first-run"; // current details. const char kForceFieldTestNameAndValue[] = "force-fieldtest"; +// Force renderer accessibility to be on instead of enabling it on demand when +// a screen reader is detected. The disable-renderer-accessibility switch +// overrides this if present. +const char kForceRendererAccessibility[] = "force-renderer-accessibility"; + // Extra command line options for launching the GPU process (normally used // for debugging). Use like renderer-cmd-prefix. const char kGpuLauncher[] = "gpu-launcher"; |