| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index fa6346c3d552827c026c03b8ccd1c576fae437dc..df331e82beb79276c2a02ff1e8c2bbb309888ab4 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -33,8 +33,6 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
|
| media::MediaCodecBridge::IsAvailable() &&
|
| ((android_getCpuFamily() == ANDROID_CPU_FAMILY_ARM) ||
|
| (android_getCpuFamily() == ANDROID_CPU_FAMILY_X86)));
|
| - // Android does not support the Gamepad API.
|
| - WebRuntimeFeatures::enableGamepad(false);
|
| // Android does not have support for PagePopup
|
| WebRuntimeFeatures::enablePagePopup(false);
|
| // Android does not yet support the Web Notification API. crbug.com/115320
|
|
|