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

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

Issue 1894773002: Remove implicit update when adding a listener in passwords private API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@explicit-password-api-update.gitbr
Patch Set: feedback 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 ce993227f4afc3d8dc1e204b0611bf919dac40a7..9eac0a1deb09eb1d5971205f838eb6c844bc1ab7 100644
--- a/chrome/common/extensions/api/passwords_private.idl
+++ b/chrome/common/extensions/api/passwords_private.idl
@@ -76,15 +76,13 @@ namespace passwordsPrivate {
interface Events {
// Fired when the saved passwords list has changed, meaning that an entry
- // has been added or removed. Note that this event fires as soon as a
- // listener is added.
+ // has been added or removed.
//
// |entries|: The updated list of password entries.
static void onSavedPasswordsListChanged(PasswordUiEntry[] entries);
// Fired when the password exceptions list has changed, meaning that an
- // entry has been added or removed. Note that this event fires as soon as a
- // listener is added.
+ // entry has been added or removed.
//
// |exceptions|: The updated list of password exceptions.
static void onPasswordExceptionsListChanged(DOMString[] exceptions);

Powered by Google App Engine
This is Rietveld 408576698