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

Unified Diff: third_party/WebKit/Source/core/html/forms/DateTimeChooser.h

Issue 2586163002: Remove string representation values from DateTimeChooser interfaces. (Closed)
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h b/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
index 59a5636e9b66e369ed1d7420363e948e0968d131..e72987278666147b490454fa7e490bf3a486a110 100644
--- a/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
@@ -56,8 +56,6 @@ 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;
Vector<DateTimeSuggestion> suggestions;
double minimum;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.cpp ('k') | third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698