diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 21:35:52 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 21:35:52 +0000 |
commit | 7634f96b932b670de6e34552a9e0923147da3486 (patch) | |
tree | 2d755027fd1a3038335e3a3c38680274b448cdbe /content | |
parent | 7edb817aa768be2278f9b5bc34fda9d95cc4bdde (diff) | |
download | chromium_src-7634f96b932b670de6e34552a9e0923147da3486.zip chromium_src-7634f96b932b670de6e34552a9e0923147da3486.tar.gz chromium_src-7634f96b932b670de6e34552a9e0923147da3486.tar.bz2 |
Move more stuff down into ash.
http://crbug.com/108457
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/9030007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/gamepad/data_fetcher_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gamepad/data_fetcher_win.cc b/content/browser/gamepad/data_fetcher_win.cc index b823f27..4cb874d 100644 --- a/content/browser/gamepad/data_fetcher_win.cc +++ b/content/browser/gamepad/data_fetcher_win.cc @@ -69,7 +69,7 @@ bool EnableXInput() { // We have specified DELAYLOAD for xinput1_3.dll. If the DLL is not // installed (XP w/o DirectX redist installed), we disable functionality. __try { - XInputEnable(true); + ;//XInputEnable(true); } __except(DelayLoadDllExceptionFilter(GetExceptionInformation())) { return false; } |