Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index ec8f617d3ddb7574af25d576b954659aeefbc688..05b3b7865481d28f8806dfeca493f6a6a0e0c386 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -37,8 +37,6 @@ static void SetRuntimeFeatureDefaultsForPlatform() { |
WebRuntimeFeatures::enableGamepad(false); |
// Android does not have support for PagePopup |
WebRuntimeFeatures::enablePagePopup(false); |
- // datalist on Android is not enabled |
- WebRuntimeFeatures::enableDataListElement(false); |
#endif // defined(OS_ANDROID) |
} |