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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.js

Issue 2015463003: Add dialog to edit and save credit cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/password_edit_dialog.js
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.js b/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.js
index b841f52b241c094e7ac4f6f026ee47c5207dd26f..376642971e1ba2d1cdb1f2b454491cb8aed2254c 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.js
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.js
@@ -18,15 +18,10 @@ Polymer({
* The password that is being displayed.
* @type {!chrome.passwordsPrivate.PasswordUiEntry}
*/
- item: {
- type: Object,
- value: null,
- },
+ item: Object,
- password: {
- type: String,
- value: '',
- },
+ /** Holds the plaintext password when requested. */
+ password: String,
},
/** Opens the dialog. */

Powered by Google App Engine
This is Rietveld 408576698