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

Unified Diff: third_party/WebKit/public/web/WebDateTimeChooserCompletion.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/public/web/WebDateTimeChooserCompletion.h
diff --git a/third_party/WebKit/public/web/WebDateTimeChooserCompletion.h b/third_party/WebKit/public/web/WebDateTimeChooserCompletion.h
index 17329e4f366e5eacb07837c7f605cd7a449cebf5..51f6e99387c97cb20220fdb11f2eb4127e958751 100644
--- a/third_party/WebKit/public/web/WebDateTimeChooserCompletion.h
+++ b/third_party/WebKit/public/web/WebDateTimeChooserCompletion.h
@@ -34,11 +34,6 @@ namespace blink {
class WebDateTimeChooserCompletion {
public:
// Called with a date/time value in the HTML format. The callback instance
- // is destroyed when this method is called.
- // FIXME: Remove. Deprecated in favor of double version.
- virtual void didChooseValue(const WebString&) = 0;
-
- // Called with a date/time value in the HTML format. The callback instance
// is destroyed when this method is called. If the value is NaN it means an
// empty value. Value should not be infinity.
virtual void didChooseValue(double) = 0;
« no previous file with comments | « third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp ('k') | third_party/WebKit/public/web/WebDateTimeChooserParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698