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

Unified Diff: third_party/closure_compiler/externs/passwords_private.js

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
« no previous file with comments | « chrome/test/data/extensions/api_test/passwords_private/test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/externs/passwords_private.js
diff --git a/third_party/closure_compiler/externs/passwords_private.js b/third_party/closure_compiler/externs/passwords_private.js
index ae04ea30136517c53c7e6d63dc90a8ffbbab1b1a..cfd9396c4f301bcdb85be0fc6feb5944ca56ae8a 100644
--- a/third_party/closure_compiler/externs/passwords_private.js
+++ b/third_party/closure_compiler/externs/passwords_private.js
@@ -93,8 +93,7 @@ chrome.passwordsPrivate.getPasswordExceptionList = function(callback) {};
/**
* 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.
+ * been added or removed.
* @type {!ChromeEvent}
* @see https://developer.chrome.com/extensions/passwordsPrivate#event-onSavedPasswordsListChanged
*/
@@ -102,8 +101,7 @@ chrome.passwordsPrivate.onSavedPasswordsListChanged;
/**
* 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.
+ * has been added or removed.
* @type {!ChromeEvent}
* @see https://developer.chrome.com/extensions/passwordsPrivate#event-onPasswordExceptionsListChanged
*/
« no previous file with comments | « chrome/test/data/extensions/api_test/passwords_private/test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698