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

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: Removed no longer used code 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
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index a141f8fddb59d144449d45d599bbcdbdf0fc64f7..adaa32166b7772e969444df89fef9bf7307797ce 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -650,7 +650,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);
jam 2013/06/10 17:26:24 just take it out
keishi 2013/06/11 02:27:17 Done.
// Android does not have support for PagePopup
WebRuntimeFeatures::enablePagePopup(false);
// datalist on Android is not enabled

Powered by Google App Engine
This is Rietveld 408576698