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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2818283002: MD-Settings: A11y - Fix password list focusability. (Closed)
Patch Set: nit Created 3 years, 7 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: chrome/browser/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 7f096ad8b9537f829af5025e956301c027840b13..4efd154b4ecf4cacd073330b0638132a3ed52f8c 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -675,6 +675,12 @@
<structure name="IDR_SETTINGS_ADDRESS_EDIT_DIALOG_JS"
file="passwords_and_forms_page/address_edit_dialog.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_PASSWORD_LIST_ITEM_HTML"
+ file="passwords_and_forms_page/password_list_item.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_PASSWORD_LIST_ITEM_JS"
+ file="passwords_and_forms_page/password_list_item.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_PASSWORDS_SECTION_HTML"
file="passwords_and_forms_page/passwords_section.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698