Commit 231e285c authored by heeyoun.lee's avatar heeyoun.lee Committed by Commit bot

Remove Gamepad runtime flag (status=stable) for chromium

BUG=402536

Review URL: https://codereview.chromium.org/580403003

Cr-Commit-Position: refs/heads/master@{#296660}
parent 4ccabb47
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment