From 8cdc6be1ec90ec5b8e8f95c55ba84e54ba67259e Mon Sep 17 00:00:00 2001 From: "slightlyoff@chromium.org" Date: Tue, 6 Oct 2009 01:04:48 +0000 Subject: Pass the renderer a11y flag to Chrome Frame-created renderers. BUG=23669 TEST=watch event32 a11y event log on pages which render in GCF. Review URL: http://codereview.chromium.org/255062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28081 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_frame_automation.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome_frame/chrome_frame_automation.cc') diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc index a03a39c..8304547 100644 --- a/chrome_frame/chrome_frame_automation.cc +++ b/chrome_frame/chrome_frame_automation.cc @@ -234,6 +234,8 @@ void ProxyFactory::CreateProxy(ProxyFactory::ProxyCacheEntry* entry, // Chrome Frame never wants Chrome to start up with a First Run UI. command_line->AppendSwitch(switches::kNoFirstRun); + command_line->AppendSwitch(switches::kEnableRendererAccessibility); + // Place the profile directory in // "\..\User Data\" if (!entry->profile_name.empty()) { -- cgit v1.1