diff options
author | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 00:22:56 +0000 |
---|---|---|
committer | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 00:22:56 +0000 |
commit | f017d8da88460724e9405c3c61e346ecca36a1a2 (patch) | |
tree | 38f6f689a5099d49ca7c491395c8bb53a7787456 /chrome_frame | |
parent | ead48028cab08493a3a5c897bcf779602d1cbe85 (diff) | |
download | chromium_src-f017d8da88460724e9405c3c61e346ecca36a1a2.zip chromium_src-f017d8da88460724e9405c3c61e346ecca36a1a2.tar.gz chromium_src-f017d8da88460724e9405c3c61e346ecca36a1a2.tar.bz2 |
Relanding 49339
It was unjustly reverted due to flaky unit-test failure.
Original review:
http://codereview.chromium.org/2358003
TBR=ctguil@chromium.org
Review URL: http://codereview.chromium.org/2720003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame_automation.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc index 0b62298..ee1ed5e 100644 --- a/chrome_frame/chrome_frame_automation.cc +++ b/chrome_frame/chrome_frame_automation.cc @@ -296,8 +296,6 @@ 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()) |