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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 15057004: Week picker for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Introduced BaseDatePickerDialog Created 7 years, 7 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/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index cfeabd128acb02fc9b99fbef99e076b9ee2406de..3a16f9dc00204de2febbea15edd5b31d54040448 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -647,7 +647,7 @@ static void AdjustRuntimeFeatureDefaultsForPlatform() {
// Android does not support the Gamepad API.
WebRuntimeFeatures::enableGamepad(false);
// input[type=week] in Android is incomplete. crbug.com/135938
- WebRuntimeFeatures::enableInputTypeWeek(false);
+// WebRuntimeFeatures::enableInputTypeWeek(false);
// Android does not have support for PagePopup
WebRuntimeFeatures::enablePagePopup(false);
#endif

Powered by Google App Engine
This is Rietveld 408576698