summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.cc
diff options
context:
space:
mode:
authorctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-09 23:02:30 +0000
committerctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-09 23:02:30 +0000
commitf5b6e247f1d29be30f53a293610e689e233dc5ff (patch)
tree86c6c1996b65faf226e805c8a0631ec1500d0e9d /chrome_frame/chrome_frame_automation.cc
parent5b59c6bb5ca490f5425d679f81983e28a8bc5a1e (diff)
downloadchromium_src-f5b6e247f1d29be30f53a293610e689e233dc5ff.zip
chromium_src-f5b6e247f1d29be30f53a293610e689e233dc5ff.tar.gz
chromium_src-f5b6e247f1d29be30f53a293610e689e233dc5ff.tar.bz2
Enable renderer accessibility by default.
BUG=25564 TEST=none Review URL: http://codereview.chromium.org/2358003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49339 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_automation.cc')
-rw-r--r--chrome_frame/chrome_frame_automation.cc2
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())