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

Unified Diff: chrome/common/extensions/api/passwords_private.idl

Issue 1860783004: Make the saved password website link-able. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-password-observer.gitbr
Patch Set: rebase 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/common/extensions/api/passwords_private.idl
diff --git a/chrome/common/extensions/api/passwords_private.idl b/chrome/common/extensions/api/passwords_private.idl
index c2a1265f194bb7c6f86ec012ee49fb860c43f32a..1b1d0413119f3cc7024cac32f34689933874576f 100644
--- a/chrome/common/extensions/api/passwords_private.idl
+++ b/chrome/common/extensions/api/passwords_private.idl
@@ -19,6 +19,9 @@ namespace passwordsPrivate {
// The login information for this entry.
LoginPair loginPair;
+ // The URL that should be linked to when clicking in the UI.
+ DOMString linkUrl;
+
// The number of characters in the password; used to display placeholder
// dots in the UI.
long numCharactersInPassword;

Powered by Google App Engine
This is Rietveld 408576698