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

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: 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 2896a5496be4a6daa2e2f819ea603d10ad8aebb4..d898a89a4c5ca896a4e6b71e7e45d52191695b33 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -633,8 +633,6 @@ static void AdjustRuntimeFeatureDefaultsForPlatform() {
WebRuntimeFeatures::enableScriptedSpeech(false);
// Android does not support the Gamepad API.
WebRuntimeFeatures::enableGamepad(false);
- // input[type=week] in Android is incomplete. crbug.com/135938
- WebRuntimeFeatures::enableInputTypeWeek(false);
#endif
}

Powered by Google App Engine
This is Rietveld 408576698