Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 65c96752ac7c9c37aa85c2f6722d51e7dd7bfb67..4b8badd38468dc3bffc3aa2bf44168a815cf5265 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -42,9 +42,6 @@ static void SetRuntimeFeatureDefaultsForPlatform() { |
(cpu_family == ANDROID_CPU_FAMILY_X86) || |
(cpu_family == ANDROID_CPU_FAMILY_MIPS))); |
- // Android supports gamepad API for JellyBean and beyond |
- WebRuntimeFeatures::enableGamepad( |
- base::android::BuildInfo::GetInstance()->sdk_int() >= 16); |
// Android does not have support for PagePopup |
WebRuntimeFeatures::enablePagePopup(false); |
// Android does not yet support the Web Notification API. crbug.com/115320 |