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

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..38d30a120beb2865379aa81071dd9b946c351ac1 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -38,7 +38,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
// Android does not have support for PagePopup
WebRuntimeFeatures::enablePagePopup(false);
// datalist on Android is not enabled
- WebRuntimeFeatures::enableDataListElement(false);
+ WebRuntimeFeatures::enableDataListElement(true);
Miguel Garcia 2013/08/19 14:43:27 since enabling is the default shall we simply remo
keishi 2013/08/26 05:28:54 Done. Removed.
#endif // defined(OS_ANDROID)
}

Powered by Google App Engine
This is Rietveld 408576698