Skip to content

Commit

Permalink
[APC Desktop] Extend InsecureCredential to contain info about scripts.
Browse files Browse the repository at this point in the history
This CL is the first in a series to allow triggering automated
password changes from password check in settings.

Follow-up CLs will deal with a) ensuring freshness of the
PasswordScriptsFetcher cache and b) displaying a "change password
automatically" button in the password manager UI in settings on
Desktop.

Bug: 1340073
Change-Id: Iad6099672f2c13bffc4d352c0176d5d9556d81fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3726353
Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org>
Reviewed-by: Viktor Semeniuk <vsemeniuk@google.com>
Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Jan Keitel <jkeitel@google.com>
Cr-Commit-Position: refs/heads/main@{#1019884}
NOKEYCHECK=True
GitOrigin-RevId: c256ac917d5461d402934b05e3de9f15f4f06f89
  • Loading branch information
Jan Keitel authored and Copybara-Service committed Jul 1, 2022
1 parent 7193047 commit 2f0cfbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions closure_compiler/externs/passwords_private.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ chrome.passwordsPrivate.CompromisedInfo;
* detailedOrigin: string,
* isAndroidCredential: boolean,
* changePasswordUrl: (string|undefined),
* hasStartableScript: boolean,
* signonRealm: string,
* username: string,
* password: (string|undefined),
Expand Down

0 comments on commit 2f0cfbb

Please sign in to comment.