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

Unified Diff: content/child/runtime_features.cc

Issue 18013002: Enable input type week on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index 79189eef188e5627f4ba22af0f3375c651d79e07..2e9c1fe9b2dfdb49af49580f690def4322fc304b 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -32,8 +32,6 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
WebRuntimeFeatures::enableWebAudio(enable_webaudio);
// Android does not support the Gamepad API.
WebRuntimeFeatures::enableGamepad(false);
- // input[type=week] in Android is incomplete. crbug.com/135938
- WebRuntimeFeatures::enableInputTypeWeek(false);
// Android does not have support for PagePopup
WebRuntimeFeatures::enablePagePopup(false);
// datalist on Android is not enabled
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698