summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorheeyoun.lee <heeyoun.lee@samsung.com>2014-09-24 22:55:45 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-25 05:55:59 +0000
commit231e285c50ae938b239db144975112dbe13e640d (patch)
tree5625b2a85656e9e8b1edd03003f315a98fe30699
parent4ccabb47bce90e017b7c945f25be0de0f62035ef (diff)
downloadchromium_src-231e285c50ae938b239db144975112dbe13e640d.zip
chromium_src-231e285c50ae938b239db144975112dbe13e640d.tar.gz
chromium_src-231e285c50ae938b239db144975112dbe13e640d.tar.bz2
Remove Gamepad runtime flag (status=stable) for chromium
BUG=402536 Review URL: https://codereview.chromium.org/580403003 Cr-Commit-Position: refs/heads/master@{#296660}
-rw-r--r--content/child/runtime_features.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index 12be5bd..e01786c 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