Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: content/browser/gamepad/data_fetcher_win.cc

Issue 8869005: Revert EnableClose() removal and related crash fixes. I don't understand the crashes here, and th... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | ui/aura_shell/toplevel_frame_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gamepad/data_fetcher_win.cc
===================================================================
--- content/browser/gamepad/data_fetcher_win.cc (revision 113407)
+++ content/browser/gamepad/data_fetcher_win.cc (working copy)
@@ -66,6 +66,7 @@
}
bool EnableXInput() {
+ /*
sky 2011/12/08 00:04:22 Is this intentional?
// We have specified DELAYLOAD for xinput1_3.dll. If the DLL is not
// installed (XP w/o DirectX redist installed), we disable functionality.
__try {
@@ -74,6 +75,8 @@
return false;
}
return true;
+ */
+ return false;
}
}
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | ui/aura_shell/toplevel_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698