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

Unified Diff: public/web/WebDateTimeChooserCompletion.h

Issue 23623017: Prepare for date/time input datalist support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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: public/web/WebDateTimeChooserCompletion.h
diff --git a/public/web/WebDateTimeChooserCompletion.h b/public/web/WebDateTimeChooserCompletion.h
index 37522c6348355933257dc2f6690e3ca2e1d392d2..9cf4acd22146e10cf6335f18c10f40cbabba9251 100644
--- a/public/web/WebDateTimeChooserCompletion.h
+++ b/public/web/WebDateTimeChooserCompletion.h
@@ -36,7 +36,7 @@ public:
// Called with a date/time value in the HTML format. The callback instance
// is destroyed when this method is called.
- virtual void didChooseValue(const WebString&) = 0;
+ virtual void didChooseValue(double) = 0;
tkent 2013/11/07 01:43:10 You can't do this because it broke Chromium compil
// Called when a user closed the chooser without choosing a value. The
// callback instance is destroyed when this method is called.

Powered by Google App Engine
This is Rietveld 408576698