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

Unified Diff: Source/platform/DateTimeChooser.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: Fixed 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/platform/DateTimeChooser.h
diff --git a/Source/platform/DateTimeChooser.h b/Source/platform/DateTimeChooser.h
index 1b3da625dfa3697773da8c4551a25e9339153442..9eda75ef598d51fba87b292f73744b733efd155e 100644
--- a/Source/platform/DateTimeChooser.h
+++ b/Source/platform/DateTimeChooser.h
@@ -45,7 +45,9 @@ struct DateTimeChooserParameters {
// might be an invalid name because it comes from HTML lang
// attributes.
AtomicString locale;
+ // FIXME: Remove. Deprecated in favor of doubleValue.
String currentValue;
+ double doubleValue;
Miguel Garcia 2013/11/11 11:35:13 maybe timestampValue?
keishi 2013/11/19 03:28:04 We have never used "timestamp" to describe date/ti
Vector<String> suggestionValues;
Vector<String> localizedSuggestionValues;
Vector<String> suggestionLabels;

Powered by Google App Engine
This is Rietveld 408576698