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

Unified Diff: content/app/strings/content_strings.grd

Issue 2762123006: Android Autofill Accessibility, Phase I (Closed)
Patch Set: Creates AX proxy node only if Android autofill accessibility is enabled. Created 3 years, 9 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: content/app/strings/content_strings.grd
diff --git a/content/app/strings/content_strings.grd b/content/app/strings/content_strings.grd
index bf11e850e9ffd9e225571bd3cac5c2abb5eb03ce..ca6688c6672a62e56e9502e9cbedc7dc9f6ca7c1 100644
--- a/content/app/strings/content_strings.grd
+++ b/content/app/strings/content_strings.grd
@@ -306,6 +306,9 @@ below:
<message name="IDS_AX_ROLE_FOOTER" desc="Accessibility role description for footers">
footer
</message>
+ <message name="IDS_AX_AUTOFILL_POPUP_ACCESSIBLE_NODE_DATA" desc="The accessibility text to speak when we display an autofill popup">
+ Autofill
+ </message>
<if expr="is_macosx">
<message name="IDS_AX_ROLE_STEPPER" desc="Accessibility role description for a stepper - a control where you can use up/down arrows to increment or decrement it. The name 'stepper' is how this user interface element is described by VoiceOver on Mac OS X; the translation should be consistent with VoiceOver.">
stepper

Powered by Google App Engine
This is Rietveld 408576698