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

Unified Diff: Source/web/ExternalDateTimeChooser.h

Issue 62083004: Transfer date/time value to the chooser as a double (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@datetime3
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
« no previous file with comments | « Source/web/DateTimeChooserImpl.cpp ('k') | Source/web/ExternalDateTimeChooser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ExternalDateTimeChooser.h
diff --git a/Source/web/ExternalDateTimeChooser.h b/Source/web/ExternalDateTimeChooser.h
index f82823d262525746028a158b1b7aa0d1d42a0473..ad6390183f7f498f005c52fb8a7dcd933a707878 100644
--- a/Source/web/ExternalDateTimeChooser.h
+++ b/Source/web/ExternalDateTimeChooser.h
@@ -46,6 +46,7 @@ public:
// The following functions are for DateTimeChooserCompletion.
void didChooseValue(const WebString&);
+ void didChooseValue(double);
void didCancelChooser();
private:
« no previous file with comments | « Source/web/DateTimeChooserImpl.cpp ('k') | Source/web/ExternalDateTimeChooser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698