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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2670003002: Accessibility for Autofill Popup View in native code (Closed)
Patch Set: Removes call to RequestFocus. RequestFocus fails because the widget is not active. Created 3 years, 10 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 2ceed933c70347e6b5ebbe21f29dce2fc66ae5cf..05b0774e89967321412c8abb6d98b1e53dae0ab7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -9581,6 +9581,9 @@ I don't think this site should be blocked!
<message name="IDS_OPTIONS_MANAGE_AUTOFILL_SETTINGS_LINK" desc="The label of the 'Manage Autofill settings' link">
Manage Autofill settings
</message>
+ <message name="IDS_AUTOFILL_POPUP_ACCESSIBLE_NODE_DATA" desc="The accessibility text to speak when we display an autofill popup.">
+ Autofill Popup
David Tseng 2017/02/25 02:03:16 We typically don't include roles in the accessible
csashi 2017/02/25 02:09:16 Done.
+ </message>
<message name="IDS_AUTOFILL_HELP_LABEL" desc="The label of the Help link in the Autofill settings overlay.">
About Autofill
</message>

Powered by Google App Engine
This is Rietveld 408576698