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

Unified Diff: third_party/WebKit/public/web/WebDateTimeChooserParams.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
« no previous file with comments | « third_party/WebKit/public/web/WebDateTimeChooserCompletion.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebDateTimeChooserParams.h
diff --git a/third_party/WebKit/public/web/WebDateTimeChooserParams.h b/third_party/WebKit/public/web/WebDateTimeChooserParams.h
index 3342d895fddf1a57cc7940d10318f8e75364e7eb..833e6b7b81d8222f2dfb8e448eea5840b771f213 100644
--- a/third_party/WebKit/public/web/WebDateTimeChooserParams.h
+++ b/third_party/WebKit/public/web/WebDateTimeChooserParams.h
@@ -41,9 +41,6 @@ struct WebDateTimeChooserParams {
WebDateTimeInputType type;
// Bounding rectangle of the requester element.
WebRect anchorRectInScreen;
- // The current value of the requester element.
- // FIXME: Remove. Deprecated in favor of doubleValue.
- WebString currentValue;
// The current value of the requester element as a double.
// NaN means empty value. Should not be infinity.
double doubleValue;
« no previous file with comments | « third_party/WebKit/public/web/WebDateTimeChooserCompletion.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698