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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 559343002: Add AX attribute conversion for input type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add AX attribute conversion for input type Created 6 years, 3 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
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index d522bd96d7ebc73a38672c8df091a0e5dcb4905f..5f52c2b73274fff4a1cf3d3c23c8453ae9d083ce 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -235,7 +235,10 @@
role,
shortcut,
url,
- value
+ value,
+
+ // input attributes
+ text_input_type
dmazzoni 2014/09/26 15:29:16 No need to separate this one, just sort it with th
je_julie(Not used) 2014/09/28 14:57:26 I'll update it. On 2014/09/26 15:29:16, dmazzoni w
};
[cpp_enum_prefix_override="ax_attr"] enum AXIntAttribute {

Powered by Google App Engine
This is Rietveld 408576698