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

Unified Diff: ui/base/ime/text_input_type.h

Issue 10534037: Add text input types newly introduced in WebKit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove TEXT_INPUT_TYPE_MAX_PLUS_1 for switch/case with clang friendly Created 8 years, 6 months 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 | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/text_input_type.h
diff --git a/ui/base/ime/text_input_type.h b/ui/base/ime/text_input_type.h
index c5ba3bb77ba5a1515227740096d3c5affda46cf8..96f250126a94f570edb8a91833ac03e254d5d8e4 100644
--- a/ui/base/ime/text_input_type.h
+++ b/ui/base/ime/text_input_type.h
@@ -26,6 +26,12 @@ enum TextInputType {
TEXT_INPUT_TYPE_NUMBER,
TEXT_INPUT_TYPE_TELEPHONE,
TEXT_INPUT_TYPE_URL,
+ TEXT_INPUT_TYPE_DATE,
+ TEXT_INPUT_TYPE_DATE_TIME,
+ TEXT_INPUT_TYPE_DATE_TIME_LOCAL,
+ TEXT_INPUT_TYPE_MONTH,
+ TEXT_INPUT_TYPE_TIME,
+ TEXT_INPUT_TYPE_WEEK,
};
} // namespace ui
« no previous file with comments | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698