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

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 23623019: Support datalist for date/time input types on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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 | « content/browser/android/date_time_chooser_android.cc ('k') | content/common/date_time_suggestion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.cc
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index 7aebea63b3d83f69ac7c39ba1af85a8c4984e23e..5f103696a5e537ce28faf83ac65a01e02e9444ae 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -2363,7 +2363,8 @@ void WebContentsImpl::OnOpenDateTimeDialog(
value.dialog_value,
value.minimum,
value.maximum,
- value.step);
+ value.step,
+ value.suggestions);
}
void WebContentsImpl::OnJavaBridgeGetChannelHandle(IPC::Message* reply_msg) {
« no previous file with comments | « content/browser/android/date_time_chooser_android.cc ('k') | content/common/date_time_suggestion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698