diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-19 10:50:12 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-19 10:50:12 +0000 |
commit | 754b6a6f72d60ab62a28f477732237c13f2690b1 (patch) | |
tree | 55cfe461b0a85b4478fdd8f63c08f421e47595a1 /content/shell | |
parent | 79f09f86f00c5b5bc3675269a49f7fb8c17dfac7 (diff) | |
download | chromium_src-754b6a6f72d60ab62a28f477732237c13f2690b1.zip chromium_src-754b6a6f72d60ab62a28f477732237c13f2690b1.tar.gz chromium_src-754b6a6f72d60ab62a28f477732237c13f2690b1.tar.bz2 |
[content shell] Disable renderer accessibility for now. Breaks more than it helps
BUG=161726,111316
R=marja@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11420058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell')
-rw-r--r-- | content/shell/shell_main_delegate.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc index ae93eeb..a3336b3 100644 --- a/content/shell/shell_main_delegate.cc +++ b/content/shell/shell_main_delegate.cc @@ -104,8 +104,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { switches::kUseGL, gfx::kGLImplementationOSMesaName); CommandLine::ForCurrentProcess()->AppendSwitch( switches::kIgnoreGpuBlacklist); - CommandLine::ForCurrentProcess()->AppendSwitch( - switches::kForceRendererAccessibility); net::CookieMonster::EnableFileScheme(); if (!WebKitTestPlatformInitialize()) { if (exit_code) |