Chromium Code Reviews| Index: chrome_frame/chrome_frame_automation.cc |
| =================================================================== |
| --- chrome_frame/chrome_frame_automation.cc (revision 49291) |
| +++ chrome_frame/chrome_frame_automation.cc (working copy) |
| @@ -296,8 +296,6 @@ |
| 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()) |