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

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

Issue 1591053002: Add a password handler to get the list of passwords in md-settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 4 years, 11 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 e9041029afb446081d1c7ad27bd836afe907f9fb..afb6c005bdf1bd550d29150ae4dde872e6305428 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -332,6 +332,12 @@
<structure name="IDR_SETTINGS_PASSWORDS_AND_FORMS_PAGE_JS"
file="passwords_and_forms_page/passwords_and_forms_page.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_PASSWORDS_PRIVATE_API_HTML"
+ file="passwords_and_forms_page/passwords_private_api.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_PASSWORDS_PRIVATE_API_JS"
+ file="passwords_and_forms_page/passwords_private_api.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_PASSWORDS_SECTION_CSS"
file="passwords_and_forms_page/passwords_section.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698