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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html

Issue 1822913003: Handle the button presses in the password edit dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@password-edit-dialog.gitbr
Patch Set: simplify Created 4 years, 8 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/passwords_and_forms_page/passwords_and_forms_page.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
index b0610ef0c3a9a0e5dfb470bc8d5c21021b9d2253..a949532cf0e37fac3c642149b50d4704cbe37248 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
@@ -38,7 +38,7 @@
<template is="dom-if" name="manage-passwords">
<settings-subpage page-title="[[i18n('passwords')]]">
<passwords-section saved-passwords="[[savedPasswords]]"
- password-exceptions="[[passwordExceptions]]">
+ id="passwordSection" password-exceptions="[[passwordExceptions]]">
</passwords-section>
</settings-subpage>
</template>

Powered by Google App Engine
This is Rietveld 408576698