diff options
author | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 00:08:32 +0000 |
---|---|---|
committer | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 00:08:32 +0000 |
commit | ead48028cab08493a3a5c897bcf779602d1cbe85 (patch) | |
tree | a5eab2ac1f2e3670bceb797bd44dfd0cf5679b51 /chrome_frame/chrome_frame_automation.cc | |
parent | 662256279693de926046e988d1136469e1125daf (diff) | |
download | chromium_src-ead48028cab08493a3a5c897bcf779602d1cbe85.zip chromium_src-ead48028cab08493a3a5c897bcf779602d1cbe85.tar.gz chromium_src-ead48028cab08493a3a5c897bcf779602d1cbe85.tar.bz2 |
Revert 49339 - Enable renderer accessibility by default.
It seems to be breaking the ExtensionAPIClientTest.CreateWindowW unit-test.
BUG=25564
TEST=none
Review URL: http://codereview.chromium.org/2358003
TBR=ctguil@chromium.org
Review URL: http://codereview.chromium.org/2782003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_automation.cc')
-rw-r--r-- | chrome_frame/chrome_frame_automation.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc index ee1ed5e..0b62298 100644 --- a/chrome_frame/chrome_frame_automation.cc +++ b/chrome_frame/chrome_frame_automation.cc @@ -296,6 +296,8 @@ void ProxyFactory::CreateProxy(ProxyFactory::ProxyCacheEntry* entry, command_line->AppendSwitch(switches::kNoErrorDialogs); #endif + command_line->AppendSwitch(switches::kEnableRendererAccessibility); + // In headless mode runs like reliability test runs we want full crash dumps // from chrome. if (IsHeadlessMode()) |