Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2280)

Unified Diff: content/child/runtime_features.cc

Issue 23026006: Add support for color input datalist on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
}

Powered by Google App Engine
This is Rietveld 408576698