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

Unified Diff: Source/web/ExternalDateTimeChooser.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: Source/web/ExternalDateTimeChooser.h
diff --git a/Source/web/ExternalDateTimeChooser.h b/Source/web/ExternalDateTimeChooser.h
index 12f7babb7a1d18b26d1694786d74c47d0bcc9a9c..5dda7846a7fffd88c25cb4b1282963cd0d86a0a6 100644
--- a/Source/web/ExternalDateTimeChooser.h
+++ b/Source/web/ExternalDateTimeChooser.h
@@ -45,7 +45,7 @@ public:
virtual ~ExternalDateTimeChooser();
// The following functions are for DateTimeChooserCompletion.
- void didChooseValue(const WebString&);
+ void didChooseValue(double);
void didCancelChooser();
private:

Powered by Google App Engine
This is Rietveld 408576698